diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/core/greet.nix | 2 | ||||
| -rw-r--r-- | os/srv/gaming.nix | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/os/core/greet.nix b/os/core/greet.nix index cf814af..67457e3 100644 --- a/os/core/greet.nix +++ b/os/core/greet.nix @@ -28,7 +28,5 @@ in }; }; security.pam.services.greetd.enableGnomeKeyring = true; - - # environment.systemPackages = with pkgs; [ tuigreet ]; }; } diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index 8de887b..05908f3 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -3,7 +3,6 @@ lib, pkgs, username, - inputs, ... }: let @@ -37,11 +36,6 @@ in enableRenice = true; settings = { general.renice = 10; - # gpu = { - # apply_gpu_optimisations = "accept-responsibility"; - # gpu_device = 0; - # amd_performance_level = "high"; - # }; }; }; |
