Compare commits
No commits in common. "77238e0c2313822ee31150f7317d06a00c42e725" and "a28e2a8f368cbad4785a798b8980e307100e56aa" have entirely different histories.
77238e0c23
...
a28e2a8f36
2 changed files with 6 additions and 10 deletions
14
flake.nix
14
flake.nix
|
@ -104,16 +104,12 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
sharedModules = [
|
||||
agenix.homeManagerModules.default
|
||||
nix-index-database.hmModules.nix-index
|
||||
];
|
||||
|
||||
users = {
|
||||
whovian = {
|
||||
imports = [
|
||||
./home/home.nix
|
||||
agenix.homeManagerModules.default
|
||||
nix-index-database.hmModules.nix-index
|
||||
];
|
||||
};
|
||||
};
|
||||
users.whovian = ./home/home.nix;
|
||||
|
||||
# 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