flake/modules/nixos/default.nix
2025-10-26 09:13:59 +00:00

20 lines
186 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./core
./system
./desktop
./theme
./server
./sops
./security
./impermanence.nix
# </3
./unfree
];
}