diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/commandline.nix b/common/commandline.nix index 0563b0b..1bbb805 100644 --- a/common/commandline.nix +++ b/common/commandline.nix | |||
@@ -75,6 +75,13 @@ in { | |||
75 | Defaults lecture_file = "${lectureFile}" | 75 | Defaults lecture_file = "${lectureFile}" |
76 | ''; | 76 | ''; |
77 | 77 | ||
78 | programs.command-not-found.enable = false; | ||
79 | programs.nix-index = { | ||
80 | enable = true; | ||
81 | enableBashIntegration = true; | ||
82 | enableZshIntegration = true; | ||
83 | }; | ||
84 | |||
78 | home-manager.users.minijackson = { | 85 | home-manager.users.minijackson = { |
79 | programs.bash.enable = true; | 86 | programs.bash.enable = true; |
80 | 87 | ||