diff --git a/modules/nixos/linux/gui/hyprland.nix b/modules/nixos/linux/gui/hyprland.nix index ff93461..3d0a2d7 100644 --- a/modules/nixos/linux/gui/hyprland.nix +++ b/modules/nixos/linux/gui/hyprland.nix @@ -11,7 +11,11 @@ in # make sure to also set the portal package, so that they are in sync portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; - environment.systemPackages = [ - pkgs.kitty + home-manager.sharedModules = [{ + services.dunst.enable = true; + }]; + environment.systemPackages = with pkgs; [ + kitty + wofi ]; }