infrastructure/users/kat/gui.nix

5 lines
67 B
Nix

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