🚀 add hyprland module

This commit is contained in:
Moritz Böhme 2022-11-25 10:24:29 +01:00
parent ad7ba759a6
commit 9918bfe0c6
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
11 changed files with 318 additions and 11 deletions

View file

@ -21,7 +21,7 @@ in
programs.rofi = {
enable = true;
package =
pkgs.rofi.override { plugins = with pkgs; [ rofi-calc rofi-emoji ]; };
pkgs.rofi-wayland.override { plugins = with pkgs; [ rofi-calc rofi-emoji ]; };
extraConfig = { combi-modi = "drun,window,emoji"; };
};
xdg = {