all repos — nixfiles @ 75a4e09f1d241f7882a86d7f9c4aa1804a981209

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

move overlays to root folder

Alan Pearce
commit

75a4e09f1d241f7882a86d7f9c4aa1804a981209

parent

21398bece441d9afaa8e74539d993c3e976ebce0

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

changed files
M user/settings/rofi.nixuser/settings/rofi.nix
@@ -12,15 +12,6 @@ terminal = ${config.home.sessionVariables.TERMINAL}
gui_if_available = false ''; - nixpkgs.overlays = [ - (self: super: { - rofi = super.rofi.overrideAttrs (oldAttrs: rec { - postInstall = '' - ln $out/bin/rofi $out/bin/dmenu - ''; - }); - }) - ]; programs.rofi = { enable = true; theme = "Arc";