Make sway work
This commit is contained in:
parent
07bbb62d2c
commit
7904c8f3c8
|
@ -48,4 +48,11 @@
|
|||
|
||||
# Allow sharing screen
|
||||
#xdg.portal.wlr.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [intel-media-driver ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue