Sway is now configured specifically for x86 and aarch64

This commit is contained in:
Martin Larsson 2025-05-11 00:32:25 +02:00
parent 70138db12d
commit 8f973cc3a2
2 changed files with 7 additions and 4 deletions

View file

@ -5,6 +5,13 @@
apple-silicon-support.nixosModules.apple-silicon-support
];
programs = {
sway = {
enable = true;
package = pkgs.swayfx;
};
};
boot = {
consoleLogLevel = 0;
kernelParams = [ "apple_dcp.show_notch=1" ];