diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/thinkpad/home.nix | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 8bbc3b6..c8947d3 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -1,9 +1,4 @@ -{ - inputs, - username, - pkgs, - ... -}: +{ inputs, username, ... }: { system.stateVersion = "25.05"; @@ -49,7 +44,7 @@ security = { enable = true; sandboxing.enable = true; - antivirus.enable = true; + # antivirus.enable = true; }; ssh.enable = true; storage.enable = true; diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 7ebeb94..9b6dd95 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -21,6 +21,7 @@ }; xdg-mime.enable = true; }; + editors.nixvim.enable = true; env = { fsel.enable = true; mako.enable = true; @@ -62,5 +63,6 @@ home.packages = with pkgs; [ stow + gimp ]; } |
