nixbook: fix hyprland screen sharing again

This commit is contained in:
Tristan 2024-05-31 13:53:41 +01:00
parent b56eb2a8b6
commit c98d05bc0a
2 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,10 @@
"electron-25.9.0"
];
programs.hyprland = {
enable = true;
};
# use pipewire
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;