about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 16:47:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 17:06:29 +0200
commit45560caab2bd45b65d234139ad73f4cea304462c (patch)
tree7c392fc45d7de167bb7ee49433fbdcd9665a151d /hosts/luna
parentFix light requiring root permissions (diff)
downloadnixos-config-45560caab2bd45b65d234139ad73f4cea304462c.tar.gz
nixos-config-45560caab2bd45b65d234139ad73f4cea304462c.tar.bz2
nixos-config-45560caab2bd45b65d234139ad73f4cea304462c.zip
Add automatically updating prebuilt nix-index and comma
Diffstat (limited to 'hosts/luna')
-rw-r--r--hosts/luna/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index ff3c95b..43aecfd 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -47,4 +47,6 @@
       hwdec
     '';
   };
+
+  home.file.".cache/nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database;
 }