Move command-not-found

main
Matthew Ess 2021-05-05 21:33:35 -04:00
parent dc19623b3a
commit 79a736cf8b
2 changed files with 3 additions and 7 deletions

View File

@ -62,6 +62,7 @@ in {
};
};
};
command-not-found = { enable = true; };
feh.enable = true;
firefox.enable = false;
fish = import ../hm-configs/fish.nix { inherit pkgs; };

View File

@ -28,10 +28,6 @@ in {
programs = {
bat.enable = true;
broot.enable = true;
command-not-found = {
enable = true;
dbPath = import ../profiles/programs.sqlite.secret.nix;
};
direnv = {
enable = true;
enableNixDirenvIntegration = true;
@ -85,9 +81,8 @@ in {
};
};
home-manager = {
enable = true;
};
home-manager = { enable = true; };
htop = {
enable = true;
highlightBaseName = true;