cleaned up and simplified theming
This commit is contained in:
parent
39939714b7
commit
d531fb9c59
12 changed files with 249 additions and 452 deletions
|
@ -3,7 +3,11 @@
|
|||
imports = [ ./hardware.nix ];
|
||||
|
||||
modules = {
|
||||
themes.active = "everforest";
|
||||
themes = {
|
||||
enable = true;
|
||||
theme = "everforest";
|
||||
polarity = "dark";
|
||||
};
|
||||
|
||||
system.audio.enable = true;
|
||||
networking.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue