diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-23 14:14:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-23 14:14:02 -0700 |
commit | 1ddd1720ac264d073906d004db7e45c0b6004c52 (patch) | |
tree | 4acfabe21a1e6152da9137e36d80ffa51b61e8b3 | |
parent | 772f71c1df1c1353487644952f0435f222517cec (diff) | |
download | nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar.gz nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar.bz2 nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar.lz nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar.xz nix-1ddd1720ac264d073906d004db7e45c0b6004c52.tar.zst nix-1ddd1720ac264d073906d004db7e45c0b6004c52.zip |
Update xscreensaver setting for richese
Diffstat (limited to '')
-rw-r--r-- | home/nipsy/richese.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/nipsy/richese.nix b/home/nipsy/richese.nix index 17d39fd..c2b224f 100644 --- a/home/nipsy/richese.nix +++ b/home/nipsy/richese.nix @@ -4,4 +4,8 @@ common/core common/optional/desktops ]; + + services.xscreensaver.settings = { + mode = "blank"; + }; } |