finally caved and removed my redundant color scheme definition in the flake.nix file to use stylix's built-in color scheme definition
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
self,
|
||||
inputs,
|
||||
lib,
|
||||
scheme,
|
||||
username,
|
||||
config,
|
||||
...
|
||||
@@ -17,7 +16,7 @@ in {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit self inputs scheme host username nur; };
|
||||
extraSpecialArgs = { inherit self inputs host username nur; };
|
||||
users = {
|
||||
${username} = {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user