mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 20:58:35 +01:00
Start Using Nix colors
This commit is contained in:
parent
650138427f
commit
5b5cb12f3e
@ -15,7 +15,7 @@
|
||||
background_opacity = "0.85";
|
||||
};
|
||||
extraConfig = ''
|
||||
foreground ${config.colorScheme.colors.base15}
|
||||
foreground ${config.colorScheme.colors.base0F}
|
||||
background ${config.colorScheme.colors.base00}
|
||||
color0 ${config.colorScheme.colors.base00}
|
||||
color8 ${config.colorScheme.colors.base00}
|
||||
|
@ -50,7 +50,7 @@
|
||||
modules = [ ./workstation/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = { inherit username;
|
||||
inherit gitUsername; inherit gitEmail;
|
||||
inherit gitUsername; inherit gitEmail; inherit inputs;
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
Loading…
Reference in New Issue
Block a user