diff options
author | Alan Pearce | 2019-10-04 22:08:19 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 22:09:10 +0200 |
commit | 59caf53ead1ae63e914f3c783477f5c8cac2b847 (patch) | |
tree | efad0d15c742047cbfaef47a023027ee9b122d2c /user/modules | |
parent | 22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7 (diff) | |
download | nixfiles-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.nix | 4 |
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; - }; } |