use wofi for wanland
This commit is contained in:
parent
864f855598
commit
9b0ed58123
3 changed files with 18 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rofi = {
|
||||
pkgs,
|
||||
nixConfig,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.rofi = lib.mkIf nixConfig.mods.de_gnome_xorg.enable {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ rofi-calc ];
|
||||
extraConfig = {
|
||||
|
@ -9,4 +14,7 @@
|
|||
};
|
||||
theme = "glue_pro_blue";
|
||||
};
|
||||
programs.wofi = lib.mkIf nixConfig.mods.de_gnome_wayland.enable {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue