diff options
| author | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
| commit | 8eb0e90219a4de87d8d476e15329e14720f091c6 (patch) | |
| tree | f2ef91f5b6c1429e3cfd4448e67afd347aee610d /hosts/desktop/configuration.nix | |
| parent | f0c0e311c003057f24d8045509a627ad2acab978 (diff) | |
added fprint support, downgraded vr version
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index c0d7cfa..94672aa 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -39,8 +39,6 @@ enable = true; amdgpu.enable = true; }; - # kernel = "unstable"; - kernel = "stable"; }; fonts.enable = true; greet.enable = true; @@ -73,10 +71,7 @@ steam.enable = true; vr.enable = true; }; - virtualization = { - kvm.enable = true; - waydroid.enable = true; - }; + virtualization.kvm.enable = true; kdeconnect.enable = true; nix-helper.enable = true; ollama.enable = true; @@ -90,23 +85,11 @@ niri.enable = true; }; }; - services.hardware.openrgb = { enable = true; motherboard = "amd"; package = pkgs.openrgb-with-all-plugins; }; - systemd.user.services.polkit-gnome-authentication-agent-1 = { - description = "polkit-gnome-authentication-agent-1"; - wantedBy = [ "graphical-session.target" ]; # No 'Install' block, lowercase 'w' - serviceConfig = { - Type = "simple"; - ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; - Restart = "on-failure"; - RestartSec = 1; - TimeoutStopSec = 10; - }; - }; boot = { kernelModules = [ |
