change portal to hyprland
All checks were successful
nixos config pipeline / show-flake (push) Successful in 55s
nixos config pipeline / deploy (push) Successful in 1m6s

This commit is contained in:
smayzy 2026-04-22 16:33:36 +02:00
parent 91c03b7751
commit 892e5681a1

View File

@ -21,7 +21,7 @@ in
}; };
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ]; fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];