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
|
|
@ -2,10 +2,6 @@
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
sway = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.swayfx;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,13 @@
|
||||||
apple-silicon-support.nixosModules.apple-silicon-support
|
apple-silicon-support.nixosModules.apple-silicon-support
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
sway = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.swayfx;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
kernelParams = [ "apple_dcp.show_notch=1" ];
|
kernelParams = [ "apple_dcp.show_notch=1" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue