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