wm,personal-gui: Switch to mainline rofi

This commit is contained in:
Quentin Boyer 2025-10-28 23:00:09 +01:00
parent 587a8c37bf
commit 9cfec5d9fb
2 changed files with 1 additions and 2 deletions

View file

@ -23,5 +23,5 @@
};
};
services.gpg-agent.pinentry.package = pkgs.pinentry-rofi.override {rofi = pkgs.rofi-wayland;};
services.gpg-agent.pinentry.package = pkgs.pinentry-rofi;
}

View file

@ -69,7 +69,6 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = "solarized_alternate";
terminal = "${config.terminal.command}";
};