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