main-laptop: explicit more stylix options
This commit is contained in:
parent
5feb915e38
commit
b2d8aea9c3
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
users.extraGroups.vboxusers.members = [ "fedfer" ];
|
||||
|
||||
stylix.enable = true;
|
||||
stylix.autoEnable = true;
|
||||
stylix = {
|
||||
polarity = "dark";
|
||||
image = ../../res/wallpaper.png;
|
||||
|
|
@ -46,6 +47,8 @@
|
|||
gnome.enable = true;
|
||||
gtk.enable = true;
|
||||
nixos-icons.enable = true;
|
||||
fish.enable = true;
|
||||
kmscon.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
targets = {
|
||||
gnome.enable = true;
|
||||
gtk.enable = true;
|
||||
|
|
@ -52,6 +53,7 @@
|
|||
wezterm.enable = true;
|
||||
helix.enable = true;
|
||||
vscode.enable = true;
|
||||
fish.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue