From 79116461339de7e413eee11117583b037b166fba Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 2 Jun 2025 22:13:38 -0700 Subject: Disable desktop services @arrakis --- home/nipsy/arrakis.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'home') diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix index 382f4d9..1504ecb 100644 --- a/home/nipsy/arrakis.nix +++ b/home/nipsy/arrakis.nix @@ -2,8 +2,8 @@ { imports = [ common/core - common/optional/desktops - common/optional/desktops/services/xscreensaver.nix + #common/optional/desktops + #common/optional/desktops/services/xscreensaver.nix #inputs.sops-nix.homeManagerModules.sops ]; @@ -47,12 +47,12 @@ }; }; - xsession = { - initExtra = '' - xrandr --output DisplayPort-0 --primary --mode 2560x1440 --rate 165 + #xsession = { + # initExtra = '' + # xrandr --output DisplayPort-0 --primary --mode 2560x1440 --rate 165 - # disable VRR because it causes the display to go to sleep on my GeForce 1080 (now 3070 Ti) sometimes; maybe monitor related? - #nvidia-settings -a AllowVRR=0 - ''; - }; + # # disable VRR because it causes the display to go to sleep on my GeForce 1080 (now 3070 Ti) sometimes; maybe monitor related? + # #nvidia-settings -a AllowVRR=0 + # ''; + #}; } -- cgit v1.2.3