diff options
| author | Baitinq <[email protected]> | 2022-06-26 16:47:52 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-26 17:06:29 +0200 |
| commit | 3249d0e108cc1d27688803099a8b937f360218d3 (patch) | |
| tree | 01f8ba6bb0319fa5fe77dd76a3bbbb00f0396894 /hosts/phobos/home.nix | |
| parent | Fix light requiring root permissions (diff) | |
| download | nixos-config-3249d0e108cc1d27688803099a8b937f360218d3.tar.gz nixos-config-3249d0e108cc1d27688803099a8b937f360218d3.tar.bz2 nixos-config-3249d0e108cc1d27688803099a8b937f360218d3.zip | |
Add automatically updating prebuilt nix-index and comma
Diffstat (limited to 'hosts/phobos/home.nix')
| -rw-r--r-- | hosts/phobos/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 4e177b3..b56be45 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -34,4 +34,6 @@ RIGHT_PADDING=" " LEFT_PADDING=" " ''; + + home.file.".cache/nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database; } |