summary refs log tree commit diff
path: root/profiles/core.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-19 00:55:01 +0300
committertzlil <tzlils@protonmail.com>2023-05-19 00:55:01 +0300
commit3c0270df7fbc7f183a9d03ad6157b3bb6b1861fc (patch)
treec4d05762560f6d110fb5088c81335eb837df1965 /profiles/core.nix
parent767dbfb93697380df4e76d9efb6201fcafe60d78 (diff)
add bluetooth to laptop
Diffstat (limited to 'profiles/core.nix')
-rw-r--r--profiles/core.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/core.nix b/profiles/core.nix
index f81ead8..1b18855 100644
--- a/profiles/core.nix
+++ b/profiles/core.nix
@@ -28,7 +28,8 @@
     environment.defaultPackages = lib.mkForce [];
 
     age.identityPaths = ["/nix/persist/etc/ssh/ssh_host_ed25519_key"];
-    programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
+    # causing issues, fix this
+    #programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
 
     # save uid/guid
     environment.persistence."/nix/persist".directories = ["/var/lib/nixos"];