infrastructure/profiles/kat/home.nix
2021-03-24 16:51:48 +00:00

12 lines
230 B
Nix

{ lib, ... }:
{
imports = [ ./home ];
#home-manager.useGlobalPkgs = true;
#home-manager.users.kat = {
# imports = [ ../../../modules/home ];
#};
options = { deploy.profile.kat = lib.mkEnableOption "uhh meow"; };
}