stylix <3
This commit is contained in:
5
base.nix
5
base.nix
@@ -12,6 +12,10 @@
|
||||
./modules/modules.nix
|
||||
];
|
||||
system.stateVersion = "24.11";
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpaper.jpeg;
|
||||
};
|
||||
sops = {
|
||||
defaultSopsFormat = "yaml";
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
@@ -22,6 +26,7 @@
|
||||
};
|
||||
};
|
||||
home-manager = {
|
||||
backupFileExtension = "hbckup";
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = {
|
||||
|
||||
Reference in New Issue
Block a user