mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable screensharing in hyprland
This commit is contained in:
parent
e0f0268dc0
commit
c15908f0c9
3 changed files with 12 additions and 1 deletions
|
@ -52,7 +52,10 @@ in
|
|||
"gnome-keyring"
|
||||
];
|
||||
};
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
|
||||
stylix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue