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 = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
sharedModules = [
|
||||||
|
agenix.homeManagerModules.default
|
||||||
|
nix-index-database.hmModules.nix-index
|
||||||
|
];
|
||||||
|
|
||||||
users = {
|
users.whovian = ./home/home.nix;
|
||||||
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
|
# 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