From 6fc5210d51c630dd944d3050328a784b4ece81ba Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 8 Jan 2026 17:15:02 +0100 Subject: changed pc to stable drivers, updated amdgpu drivers and reverted to older kernel version, added swaylock and swayidle, revamped screenshots and niri keybinds --- hosts/desktop/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 7da98ae..af29944 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -13,14 +13,13 @@ core = { allowUnfree.enable = true; flatpak.enable = true; - hardwareTools.enable = true; audio.enable = true; bootloader = "systemd-boot"; drivers = { enable = true; amdgpu.enable = true; - stability = "unstable"; + stability = "stable"; }; fonts.enable = true; greet.enable = true; @@ -68,6 +67,10 @@ }; }; + environment.systemPackages = with pkgs; [ + rivalcfg + ]; + boot = { kernelParams = [ "video=DP-1:2560x1440@240" ]; kernelModules = [ "nct6687" ]; @@ -88,7 +91,7 @@ wantedBy = [ "default.target" ]; serviceConfig = { - ExecStart = "${pkgs.python3.withPackages (ps: [ ps.pypresence ])}/bin/python3 /etc/nixos/hosts/desktop/resources/zzz.py"; + ExecStart = "${pkgs.python3.withPackages (ps: [ ps.pypresence ])}/bin/python3 /etc/nixos/resources/zzz.py"; Restart = "always"; RestartSec = "10"; }; -- cgit v1.3