diff options
Diffstat (limited to 'lib/linux.nix')
-rw-r--r-- | lib/linux.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index a4af6c2..91c0c33 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -70,6 +70,7 @@ in dict dmenu feh + firefox flameshot gajim glibcLocales # rofi locale fix -- https://github.com/rycee/home-manager/issues/354#issuecomment-415914278 @@ -99,7 +100,7 @@ in xterm yank youtube-dl - yubioath-desktop + yubioath-flutter zathura ]; }; @@ -319,7 +320,7 @@ in }; random-background = { - enable = true; + enable = false; enableXinerama = true; imageDirectory = "%h/wallpaper"; interval = "30m"; |