nixos-config/sys/profiles/desktop/sway.nix
2025-01-16 10:08:58 +01:00

9 lines
116 B
Nix

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