feat: finally got hyprland working

This commit is contained in:
Nick 2025-02-03 02:00:27 -06:00
parent 17ea540427
commit c8e774a0ca
12 changed files with 66 additions and 13 deletions

View file

@ -2,9 +2,9 @@
flake,
pkgs,
...
}: {
}:
{
services.hypridle = {
enable = true;
package = flake.inputs.hypridle.packages.${pkgs.system}.hypridle;
};
}

View file

@ -10,6 +10,8 @@
extraPortals = builtins.attrValues {
inherit (pkgs)
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
xdg-desktop-portal-wlr
;
};
};