Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hyprland): Clean up portal settings

+2 -5
+2 -5
modules/home/de/hyprland/default.nix
··· 137 137 }; 138 138 139 139 home = { 140 - file.".config/xdg-desktop-portal/hyprland-portals.conf".text = '' 141 - [preferred] 142 - default=hyprland;gtk 143 - ''; 144 140 packages = with pkgs; [ 145 141 hyprcursor 146 142 hyprpaper ··· 152 148 xdg.portal = { 153 149 enable = true; 154 150 config = { 155 - preferred.default = [ "hyprland" "gtk" ]; 151 + common.default = [ "gtk" ]; 152 + hyprland.default = [ "hyprland" "gtk" ]; 156 153 }; 157 154 extraPortals = with pkgs; [ 158 155 xdg-desktop-portal-hyprland