Compare commits

...

2 Commits

Author SHA1 Message Date
henrov f324231ba8 Recretaed nix files 2026-02-26 14:19:26 +01:00
henrov 1cfc6d4790 Added xdg-desktop-portal-hyprland portal to install_flatpaks.nix 2026-02-26 14:17:53 +01:00
3 changed files with 309 additions and 300 deletions
+301 -298
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -1045,7 +1045,10 @@ in
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
# Deploy the config file for runtime visibility/debugging
@@ -81,7 +81,10 @@ in
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
# Deploy the config file for runtime visibility/debugging