infrastructure/users/kat/sway.nix

5 lines
68 B
Nix

{ ... }:
{
home-manager.users.kat = { imports = [ ./sway ]; };
}