mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 01:17:26 +02:00
wm,personal-gui: Switch to mainline rofi
This commit is contained in:
parent
587a8c37bf
commit
9cfec5d9fb
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@
|
|||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = "solarized_alternate";
|
||||
terminal = "${config.terminal.command}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue