Update wallpapers
This commit is contained in:
parent
5338515542
commit
7c05931465
8 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue