this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

use rofi-wayland

+2 -1
+2 -1
users/patriot/default.nix
··· 358 358 urgent = addIndSway urgentWorkspace; 359 359 }; 360 360 gaps.smartBorders = "on"; 361 - menu = "${pkgBin "rofi"} -show drun | ${pkgs.sway}/bin/swaymsg --"; 361 + menu = "${pkgs.rofi-wayland}/bin/rofi -show drun | ${pkgs.sway}/bin/swaymsg --"; 362 362 modifier = "Mod4"; 363 363 terminal = pkgBin "alacritty"; 364 364 keybindings = ··· 592 592 acc = "#${acColor}"; 593 593 in { 594 594 enable = true; 595 + package = pkgs.rofi-wayland; 595 596 cycle = true; 596 597 font = fontComb; 597 598 terminal = pkgBin "alacritty";