nixfiles/profiles/sway/sway.nix
2021-12-21 00:51:20 +00:00

4 lines
52 B
Nix

{ config, ... }: {
programs.sway.enable = true;
}