fix(i3): add mkIf isLinux for wayland config

This commit is contained in:
winston 2023-03-13 15:13:48 +01:00
parent 08d0368d22
commit ba2487adf2
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -425,7 +425,7 @@ in {
};
};
wayland.windowManager.sway = {
wayland.windowManager.sway = lib.mkIf isLinux {
enable = true;
config =
commonConfig {wayland = true;}