diff options
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; - }; } |