Compare commits
2 commits
a28e2a8f36
...
77238e0c23
Author | SHA1 | Date | |
---|---|---|---|
77238e0c23 | |||
f24ab45c71 |
2 changed files with 10 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -104,12 +104,16 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
sharedModules = [
|
|
||||||
|
users = {
|
||||||
|
whovian = {
|
||||||
|
imports = [
|
||||||
|
./home/home.nix
|
||||||
agenix.homeManagerModules.default
|
agenix.homeManagerModules.default
|
||||||
nix-index-database.hmModules.nix-index
|
nix-index-database.hmModules.nix-index
|
||||||
];
|
];
|
||||||
|
};
|
||||||
users.whovian = ./home/home.nix;
|
};
|
||||||
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
|
|
@ -30,7 +30,7 @@ in
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableFishIntegration = false;
|
enableFishIntegration = false;
|
||||||
enableNushellIntegration = false;
|
enableNushellIntegration = false;
|
||||||
loadInNixShell = true;
|
# loadInNixShell = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Reference in a new issue