Compare commits
2 commits
77238e0c23
...
a63133b2eb
Author | SHA1 | Date | |
---|---|---|---|
a63133b2eb | |||
b6c3c71ad1 |
2 changed files with 4 additions and 3 deletions
|
@ -125,8 +125,6 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
inherit agenix;
|
||||
# inherit my_packages;
|
||||
# my_pkgs = my_packages.packages.x86_64-linux;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,7 +49,10 @@ in
|
|||
};
|
||||
|
||||
nix-index = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
|
||||
ripgrep = {
|
||||
|
|
Loading…
Reference in a new issue