test
This commit is contained in:
parent
5814031668
commit
356f1cfc5b
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
# image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
|
image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/zenburn.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/zenburn.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
imports = [ inputs.stylix.nixosModules.stylix ];
|
imports = [ inputs.stylix.nixosModules.stylix ];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
# image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
|
image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
|
||||||
targets = {
|
targets = {
|
||||||
plymouth.enable = false;
|
plymouth.enable = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue