nix index automatic

This commit is contained in:
Luj 2023-06-10 19:28:42 +02:00
parent 8f94c1e1f0
commit 2770d8fb58
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 31 additions and 1 deletions

View file

@ -26,11 +26,13 @@
rxvt_unicode
xorg.xbacklight
neovim
comma
];
environment.variables.EDITOR = "nvim";
programs.command-not-found.enable = false;
programs.nix-index-database.comma.enable = true;
networking.firewall.checkReversePath = "loose";
systemd.services.NetworkManager-wait-online.enable = false;