diff options
-rw-r--r-- | users/tazjin/home/shared.nix | 21 | ||||
-rw-r--r-- | users/tazjin/nixos/modules/desktop.nix | 1 |
2 files changed, 10 insertions, 12 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 38d8add4ac2f..9d5fbb266078 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -38,12 +38,6 @@ in ''; }; - services.screen-locker = { - enable = true; - inactiveInterval = 10; # minutes - lockCmd = "${depot.users.tazjin.screenLock}/bin/tazjin-screen-lock"; - }; - home.packages = [ telega-launcher ]; xdg.desktopEntries.telega-launcher = { @@ -65,13 +59,18 @@ in }; }; - services.picom = { + programs.wpaperd = { enable = true; - vSync = true; - backend = "glx"; - }; + settings = { + default = { + duration = "1d"; + mode = "center"; + sorting = "random"; + }; - services.syncthing.enable = true; + any.path = ../wallpapers; + }; + }; # Enable the dunst notification daemon, but force the # configuration file separately instead of going via the strange diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index 22bec1c7d501..0fe41e7d8c76 100644 --- a/users/tazjin/nixos/modules/desktop.nix +++ b/users/tazjin/nixos/modules/desktop.nix @@ -37,7 +37,6 @@ # support tooling qt5.qtwayland sfwbar - swaybg swayidle wdisplays wezterm |