From 31c293d72740180ca1272c76e96a1c6c87b9e195 Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 13 May 2026 00:01:14 +0200 Subject: i forgot --- os/core/greet.nix | 2 -- os/srv/gaming.nix | 6 ------ 2 files changed, 8 deletions(-) (limited to 'os') 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"; - # }; }; }; -- cgit v1.3