infrastructure/users/kat/media.nix

5 lines
69 B
Nix

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