remove deprecated rofi options

This commit is contained in:
notgne2 2021-10-09 15:59:32 -07:00
parent 66bdc5730f
commit b2d0926b12
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -692,8 +692,6 @@ in
programs.rofi = { programs.rofi = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
terminal = lib.mkDefault "kitty"; terminal = lib.mkDefault "kitty";
borderWidth = lib.mkDefault 0;
lines = lib.mkDefault 30;
}; };
}; };
} }