Update wallpapers

This commit is contained in:
iFargle 2024-01-06 22:19:55 +09:00
parent 5338515542
commit 7c05931465
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
};

View file

@ -1,7 +1,7 @@
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg;
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
};