wsl fixes
This commit is contained in:
@@ -37,5 +37,18 @@
|
||||
"special": "#b9fb35",
|
||||
"weird": "#fb3578"
|
||||
}
|
||||
},
|
||||
"NxDCS": {
|
||||
"base": {
|
||||
"foreground": "#ddcccc",
|
||||
"background": "#080707"
|
||||
},
|
||||
"to_alter": {
|
||||
"accent": "#d23f36",
|
||||
"secondary": "#355273",
|
||||
"tertiary": "#1b789b",
|
||||
"special": "#66dd66",
|
||||
"weird": "#dddd66"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -73,7 +73,10 @@
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = { inherit inputs hyper rice secrets; };
|
||||
};
|
||||
make-shell-configuration = host: let hyper = get-hyper host; in home-manager.lib.homeManagerConfiguration {
|
||||
make-shell-configuration = host: let
|
||||
hyper = get-hyper host;
|
||||
rice = get-rice hyper;
|
||||
in home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = get-pkgs hyper;
|
||||
modules = [ ./shell-only.nix ];
|
||||
extraSpecialArgs = { inherit inputs hyper rice secrets; };
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
./home-modules/git.nix
|
||||
./home-modules/gpg.nix
|
||||
./home-modules/helix.nix
|
||||
./home-modules/latex.nix
|
||||
# ./home-modules/latex.nix
|
||||
./home-modules/nh.nix
|
||||
./home-modules/nixd.nix
|
||||
./home-modules/nxgs.nix
|
||||
|
||||
Reference in New Issue
Block a user