diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 20:04:45 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 20:04:45 -0700 |
commit | 4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be (patch) | |
tree | c7743ddd7b244473a055aa3369c737a5dd3ca54a | |
parent | 3cf0e93441fc2aec93778d795f644349f9d72465 (diff) | |
download | nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar.gz nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar.bz2 nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar.lz nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar.xz nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.tar.zst nix-4dcba0a0453b86351e9ac54e6c8fa6a51ea2d5be.zip |
Disable xscreensaver for nipsy@caladan
-rw-r--r-- | home/nipsy/caladan.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/caladan.nix b/home/nipsy/caladan.nix index d5afbce..c2d8539 100644 --- a/home/nipsy/caladan.nix +++ b/home/nipsy/caladan.nix @@ -3,7 +3,7 @@ imports = [ common/core common/optional/desktops - common/optional/desktops/services/xscreensaver.nix + #common/optional/desktops/services/xscreensaver.nix common/optional/desktops/xdg.nix common/optional/secrets.nix #inputs.sops-nix.homeManagerModules.sops |