This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/profiles/global/default.nix
Truxnell 89431bdfdb
feat: add overlays (#34)
Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
2024-03-29 22:26:56 +00:00

8 lines
85 B
Nix

{
imports = [
./nix.nix
./sops.nix
./system.nix
./users.nix
];
}