diff options
| author | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
| commit | 1b67275b854235fa1f8c8fc68fff1beae9515a0f (patch) | |
| tree | 1c109cf63e9a17c35640f7374fc7c4d721c86d96 | |
| parent | 7c8503e8fa77cb20819e2ba5a6a0f1a261cf089f (diff) | |
synck
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/thinkpad/home.nix | 2 | ||||
| -rw-r--r-- | os/srv/gaming.nix | 11 |
4 files changed, 16 insertions, 18 deletions
@@ -712,11 +712,11 @@ ] }, "locked": { - "lastModified": 1778371477, - "narHash": "sha256-sVlZeFIds47ABfBbAmBLexCFnkE1GIBTNGjAMRh+BfA=", + "lastModified": 1778457890, + "narHash": "sha256-U7gud2OEN/TMnWB0FIzh3y3i584/Fih2UBYBh0/HrF0=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "b9ee678fadf59b3c998e180d62f4cee0641d21d9", + "rev": "ab8bfc87bc703c32519c648ae50250be73d22d70", "type": "github" }, "original": { @@ -728,11 +728,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1778321961, - "narHash": "sha256-lrPZ0C+uixk+6jx+maWM998GZaj4lAuicAz/dZHFNBk=", + "lastModified": 1778437351, + "narHash": "sha256-3JxUYjRlAeR6WGbe4nInkHXYljiEz5wemLssxKX+sQQ=", "owner": "neovim", "repo": "neovim", - "rev": "b44c2bdd16226f6caa5324d91f1ae9781ffdc12b", + "rev": "5370eb01469622e02c5831b3c4063c02449a4c5c", "type": "github" }, "original": { 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 ]; } diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index eb8ca81..8de887b 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -3,6 +3,7 @@ lib, pkgs, username, + inputs, ... }: let @@ -36,11 +37,11 @@ in enableRenice = true; settings = { general.renice = 10; - gpu = { - apply_gpu_optimisations = "accept-responsibility"; - gpu_device = 0; - amd_performance_level = "high"; - }; + # gpu = { + # apply_gpu_optimisations = "accept-responsibility"; + # gpu_device = 0; + # amd_performance_level = "high"; + # }; }; }; |
