This commit is contained in:
zack 2024-08-07 10:44:50 -04:00
parent b50deaf53c
commit 663c9608d0
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
13 changed files with 331 additions and 68 deletions

View file

@ -2,6 +2,7 @@
lib,
config,
pkgs,
inputs,
...
}:
with lib;
@ -22,7 +23,6 @@ in {
wayland.windowManager.sway = {
enable = true;
xwayland = true;
package = pkgs.swayfx;
extraOptions = ["--unsupported-gpu"];
config = {