nixos-config/system/desktop/sway.nix
2024-04-04 19:43:43 +02:00

9 lines
116 B
Nix

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