Added portals to home/desktop/hypreland.nix

This commit is contained in:
2026-02-22 21:36:28 +01:00
parent 2b8def6e45
commit bc7a6dc667
5 changed files with 300 additions and 234 deletions
@@ -25,6 +25,11 @@
];
config.common.default = [ "hyprland" "gtk" ];
};
# Hyprland alleen voor screensharing / remote desktop
config.hyprland = {
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
"org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ];
};
environment.systemPackages = with pkgs; [
walker
uwsm