mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
12 lines
230 B
Nix
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"; };
|
|
}
|