nixbook: fix hyprland screen sharing again
This commit is contained in:
parent
b56eb2a8b6
commit
c98d05bc0a
2 changed files with 9 additions and 2 deletions
|
|
@ -16,12 +16,15 @@ in {
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
configPackages = [pkgs.hyprland];
|
||||
extraPortals = [pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk];
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
variables = ["--all"];
|
||||
};
|
||||
settings = {
|
||||
exec-once = ["${pkgs.swaybg}/bin/swaybg -i ${config.stylix.image} -m fill"];
|
||||
input = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue