summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-05-11 14:25:47 +0200
committeradikro <adikro@disroot.org>2026-05-11 14:25:47 +0200
commit1b67275b854235fa1f8c8fc68fff1beae9515a0f (patch)
tree1c109cf63e9a17c35640f7374fc7c4d721c86d96 /hosts
parent7c8503e8fa77cb20819e2ba5a6a0f1a261cf089f (diff)
synck
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinkpad/configuration.nix9
-rw-r--r--hosts/thinkpad/home.nix2
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
];
}