Light refactor, move unified changes of sway into common linux header

This commit is contained in:
Martin Larsson 2025-05-26 17:38:03 +02:00
parent 09ea3e3742
commit e11b3cde56
3 changed files with 8 additions and 15 deletions

View file

@ -5,6 +5,11 @@
];
programs = {
xwayland.enable = true;
sway = {
enable = true;
package = pkgs.swayfx;
};
zsh.enable = true;
};