all repos — nixfiles @ 59caf53ead1ae63e914f3c783477f5c8cac2b847

System and user configuration, managed by nix and home-manager

Delete unused rofi-pass configuration

Alan Pearce
commit

59caf53ead1ae63e914f3c783477f5c8cac2b847

parent

22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M user/modules/rofi.nixuser/modules/rofi.nix
@@ -5,8 +5,4 @@ xdg.configFile.rofi = {
recursive = true; source = ../rofi/.config/rofi; }; - xdg.configFile.rofi-pass = { - recursive = true; - source = ../rofi/.config/rofi-pass; - }; }