nixos-config/nix/systemProfiles/desktop/sway.nix

9 lines
116 B
Nix

{
programs.sway = {
enable = true;
wrapperFeatures = {
base = true;
gtk = true;
};
};
}