Skip to content

Commit

Permalink
fix(rofi): remove rofi-calc as its broken now
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Mar 27, 2024
1 parent e919242 commit 599872d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nix/modules/home/desktop/addons/rofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ in {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
plugins = with pkgs; [
rofi-calc
];
# plugins = with pkgs; [
# rofi-calc
# ];
extraConfig = {
combi-hide-mode-prefix = true;
combi-modi = "drun,run,calc";
combi-modi = "drun,run";
disable-history = false;
display-Network = " 󰤨 Network";
display-drun = "  Apps ";
Expand All @@ -37,7 +37,7 @@ in {
drun-display-format = "{icon} {name}";
icon-theme = "Fluent";
location = 0;
modi = "run,drun,vpn:~/.config/rofi/rofi-vpn.sh,clip:~/.config/rofi/rofi-cliphist.sh,calc,";
modi = "run,drun,vpn:~/.config/rofi/rofi-vpn.sh,clip:~/.config/rofi/rofi-cliphist.sh,";
show-icons = true;
sidebar-mode = true;
sorting-method = "fzf";
Expand Down

0 comments on commit 599872d

Please sign in to comment.