feat: updated hyprland

This commit is contained in:
Nick 2025-01-10 04:17:54 -06:00
parent 241f8063cf
commit dc82cbe08d
8 changed files with 153 additions and 113 deletions

View file

@ -1,12 +1,12 @@
{
pkgs,
flake,
# flake,
...
}: {
programs.hyprland = {
enable = true;
xwayland.enable = true;
package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
# package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
};
xdg.portal = {
enable = true;