diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7aa6e900..b0267008 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -46,12 +46,11 @@ USERNAME_field='login' ''; }; - plugins = with pkgs; [ rofi-calc ]; extraConfig = let power-menu = "power-menu:${pkgs.rofi-power-menu}/bin/rofi-power-menu"; in { - modi = "window,run,drun,ssh,calc,${power-menu},combi"; - combi-modi = "window,drun,ssh,calc"; + modi = "window,run,drun,ssh,${power-menu},combi"; + combi-modi = "window,drun,ssh"; sidebar-mode = true; sort = true; sorting-method = "fzf"; @@ -66,7 +65,6 @@ display-run = " 󰅴 Run "; display-drun = " 󱓞 Launch "; display-ssh = " 󰢹 SSH "; - display-calc = " 󰪚 Calculator "; display-combi = " 󰛡 Combi "; }; };