Added portals to home/desktop/hypreland.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user