infrastructure/config/users/kat/gui.nix
2021-07-06 01:00:41 +01:00

5 lines
67 B
Nix

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