diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-21 16:33:46 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 00:18:42 +0200 |
commit | 50eaad99c70441b153938fbdb601e3dcc7fce094 (patch) | |
tree | c966ec93b4486de0f107a71002236f30987e3a13 /hosts/home.nix | |
parent | Flake: Remove dotfiles input (diff) | |
download | nixos-config-50eaad99c70441b153938fbdb601e3dcc7fce094.tar.gz nixos-config-50eaad99c70441b153938fbdb601e3dcc7fce094.tar.bz2 nixos-config-50eaad99c70441b153938fbdb601e3dcc7fce094.zip |
Overlays: Base: Add database arg patch to comma
Diffstat (limited to 'hosts/home.nix')
-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 |