my nix configs for my servers and desktop

use swayfx

Changed files
+1
common
desktop
+1
common/desktop/sway.nix
···
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
+
package = pkgs.swayfx;
};
environment.sessionVariables = {