parent
9c18766ee1
commit
627f9c31f6
2 changed files with 27 additions and 1 deletions
modules/desktop/environment/home
|
@ -3,7 +3,10 @@ self: {pkgs, ...}: let
|
|||
in {
|
||||
config = {
|
||||
wayland.windowManager.hyprland = {
|
||||
plugins = [self.inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo];
|
||||
# FIXME: https://pr-tracker.nelim.org/?pr=365776
|
||||
plugins = [(self.inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo.override {
|
||||
hyprlandPlugins = pkgs.hyprlandPlugins;
|
||||
})];
|
||||
|
||||
settings = {
|
||||
plugin.hyprexpo = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue