summary refs log tree commit diff
path: root/profiles/core.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-19 16:50:26 +0300
committertzlil <tzlils@protonmail.com>2023-05-19 16:50:26 +0300
commit9c459f48dbbccb583a4671be112d6c692a2cfd30 (patch)
tree25579372fa9aefab4d8b1e81a1b8e1fcee9ced72 /profiles/core.nix
parent3c0270df7fbc7f183a9d03ad6157b3bb6b1861fc (diff)
fix command not found
Diffstat (limited to 'profiles/core.nix')
-rw-r--r--profiles/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core.nix b/profiles/core.nix
index 1b18855..3eca577 100644
--- a/profiles/core.nix
+++ b/profiles/core.nix
@@ -29,7 +29,7 @@
 
     age.identityPaths = ["/nix/persist/etc/ssh/ssh_host_ed25519_key"];
     # causing issues, fix this
-    #programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
+    programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
 
     # save uid/guid
     environment.persistence."/nix/persist".directories = ["/var/lib/nixos"];