aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-02 22:13:38 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-02 22:13:38 -0700
commit79116461339de7e413eee11117583b037b166fba (patch)
tree22579a9000829d1a0bf1d4aac8958427c4eb1a71 /home
parentba18c4ece4448da1ca5d5fc17bc13e9f550c97de (diff)
downloadnix-79116461339de7e413eee11117583b037b166fba.tar
nix-79116461339de7e413eee11117583b037b166fba.tar.gz
nix-79116461339de7e413eee11117583b037b166fba.tar.bz2
nix-79116461339de7e413eee11117583b037b166fba.tar.lz
nix-79116461339de7e413eee11117583b037b166fba.tar.xz
nix-79116461339de7e413eee11117583b037b166fba.tar.zst
nix-79116461339de7e413eee11117583b037b166fba.zip
Disable desktop services @arrakis
Diffstat (limited to '')
-rw-r--r--home/nipsy/arrakis.nix18
1 files changed, 9 insertions, 9 deletions
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
+ # '';
+ #};
}