From 79a736cf8bbfd970c3e3b73451095199315f35d1 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Wed, 5 May 2021 21:33:35 -0400 Subject: [PATCH] Move command-not-found --- users/mat-hm-laptop.nix | 1 + users/mat-hm.nix | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/users/mat-hm-laptop.nix b/users/mat-hm-laptop.nix index 7f2563c..036c377 100644 --- a/users/mat-hm-laptop.nix +++ b/users/mat-hm-laptop.nix @@ -62,6 +62,7 @@ in { }; }; }; + command-not-found = { enable = true; }; feh.enable = true; firefox.enable = false; fish = import ../hm-configs/fish.nix { inherit pkgs; }; diff --git a/users/mat-hm.nix b/users/mat-hm.nix index 81080a5..0b37007 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -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;