about summary refs log tree commit diff stats
path: root/hm/soispha/conf/swaylock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/swaylock/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hm/soispha/conf/swaylock/default.nix b/hm/soispha/conf/swaylock/default.nix
index 7c3762cc..aedfb54b 100644
--- a/hm/soispha/conf/swaylock/default.nix
+++ b/hm/soispha/conf/swaylock/default.nix
@@ -2,9 +2,7 @@
   programs.swaylock = {
     enable = true;
     settings = {
-      #image = "$WALLPAPER";
-      image = "${./commands.jpg}";
-      color = "000000";
+      image = "${./GTDcanonical.png}";
     };
   };
 }