mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
replace more instances of rofi by wofi
This commit is contained in:
@@ -24,7 +24,7 @@ in
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
packageOverrides = pkgs: {
|
||||
dmenu = pkgs.writers.writeDashBin "dmenu" ''exec ${pkgs.rofi}/bin/rofi -dmenu "$@"'';
|
||||
dmenu = pkgs.writers.writeDashBin "dmenu" ''exec ${pkgs.wofi}/bin/wofi -dmenu "$@"'';
|
||||
};
|
||||
permittedInsecurePackages = [
|
||||
"qtwebkit-5.212.0-alpha4"
|
||||
|
||||
Reference in New Issue
Block a user