Compare commits

..

No commits in common. "77238e0c2313822ee31150f7317d06a00c42e725" and "a28e2a8f368cbad4785a798b8980e307100e56aa" have entirely different histories.

2 changed files with 6 additions and 10 deletions

View File

@ -104,16 +104,12 @@
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 = {

View File

@ -30,7 +30,7 @@ in
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = false; enableFishIntegration = false;
enableNushellIntegration = false; enableNushellIntegration = false;
# loadInNixShell = true; loadInNixShell = true;
}; };
git = { git = {