about summary refs log tree commit diff stats
path: root/modules/home/conf/swaylock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/swaylock/default.nix')
-rw-r--r--modules/home/conf/swaylock/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/conf/swaylock/default.nix b/modules/home/conf/swaylock/default.nix
deleted file mode 100644
index 9e5eabac..00000000
--- a/modules/home/conf/swaylock/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{...}: {
-  programs.swaylock = {
-    enable = true;
-    settings = {
-      image = "${./GTDcanonical.png}";
-      scaling = "center";
-      color = "000000";
-    };
-  };
-}