Sway is now configured specifically for x86 and aarch64
This commit is contained in:
parent
70138db12d
commit
8f973cc3a2
2 changed files with 7 additions and 4 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue