screen sharing (still broken tho)
This commit is contained in:
parent
d0194f0589
commit
59fbd0545c
2 changed files with 18 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
boot.initrd.kernelModules = [ "amdgpu" "coretemp" ];
|
||||
|
||||
boot.kernelParams = ["intel_iommu=on"];
|
||||
boot.kernelParams = [ "intel_iommu=on" ];
|
||||
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
|
|
@ -293,6 +293,17 @@
|
|||
amdvlk
|
||||
];
|
||||
|
||||
# firefox screen sharing
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
configPackages = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue