summary refs log tree commit diff stats
path: root/user/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-10-04 22:08:19 +0200
committerAlan Pearce2019-10-04 22:09:10 +0200
commit59caf53ead1ae63e914f3c783477f5c8cac2b847 (patch)
treeefad0d15c742047cbfaef47a023027ee9b122d2c /user/modules
parent22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7 (diff)
downloadnixfiles-59caf53ead1ae63e914f3c783477f5c8cac2b847.tar.lz
nixfiles-59caf53ead1ae63e914f3c783477f5c8cac2b847.tar.zst
nixfiles-59caf53ead1ae63e914f3c783477f5c8cac2b847.zip
Delete unused rofi-pass configuration
Diffstat (limited to 'user/modules')
-rw-r--r--user/modules/rofi.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/modules/rofi.nix b/user/modules/rofi.nix
index e0cec29e..1de577b3 100644
--- a/user/modules/rofi.nix
+++ b/user/modules/rofi.nix
@@ -5,8 +5,4 @@
     recursive = true;
     source = ../rofi/.config/rofi;
   };
-  xdg.configFile.rofi-pass = {
-    recursive = true;
-    source = ../rofi/.config/rofi-pass;
-  };
 }