about summary refs log tree commit diff
path: root/users/tazjin/home/shared.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/home/shared.nix')
-rw-r--r--users/tazjin/home/shared.nix21
1 files changed, 10 insertions, 11 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