nixos/home/cloudnix.nix

12 lines
132 B
Nix
Raw Permalink Normal View History

2025-01-25 14:05:42 +00:00
{
...
}: {
imports = [
./users/admin
./common/core
./common/optional/git.nix
./common/optional/sops.nix
];
}