nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 5c9dc4fe0435e30fb4b1c683cb2fc147119edfc8
parent 22a9d729b0d7fa09e0c9b55ef1002e8cdd80181e
Author: Peter <peter@minskio.co.uk>
Date:   Tue, 23 Dec 2025 17:29:31 +0000

Actually push the fix, d'oh

Diffstat:
Mcommon/hyprland.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/hyprland.nix b/common/hyprland.nix @@ -16,7 +16,11 @@ xdg.portal = { enable = true; + extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ]; config = { + common.default = "*"; + hyprland = { default = ["hyprland" "gtk"];}; }; + }; }