Light refactor, move unified changes of sway into common linux header
This commit is contained in:
parent
09ea3e3742
commit
e11b3cde56
3 changed files with 8 additions and 15 deletions
|
|
@ -15,14 +15,9 @@
|
|||
networking.hostName = "walnut-nixos";
|
||||
|
||||
programs = {
|
||||
xwayland.enable = true;
|
||||
sway = {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
extraOptions = [
|
||||
"--unsupported-gpu"
|
||||
];
|
||||
};
|
||||
sway.extraOptions = [
|
||||
"--unsupported-gpu"
|
||||
];
|
||||
steam.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue