diff options
| author | Baitinq <[email protected]> | 2022-09-21 16:33:46 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-22 00:18:42 +0200 |
| commit | a19958f89f8da0c795057cd3295af58b7f8831ea (patch) | |
| tree | f66cda21d692411ead44290e11ceeb292c0df258 /hosts | |
| parent | Flake: Remove dotfiles input (diff) | |
| download | nixos-config-a19958f89f8da0c795057cd3295af58b7f8831ea.tar.gz nixos-config-a19958f89f8da0c795057cd3295af58b7f8831ea.tar.bz2 nixos-config-a19958f89f8da0c795057cd3295af58b7f8831ea.zip | |
Overlays: Base: Add database arg patch to comma
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index dc77595..7b1990f 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -223,6 +223,7 @@ vim = "nvim"; q = "exit"; c = "clear"; + "," = ", --database '/etc/nix-index'"; extract = '' () { if [ -f $1 ] ; then |