flake/nixos/profiles/common/core/nix/default.nix

9 lines
92 B
Nix
Raw Normal View History

{...}: {
2023-10-14 02:20:42 +00:00
imports = [
./flake.nix
./nix.nix
./gc.nix
2024-02-01 23:18:17 +00:00
#./monitor.nix
2023-10-14 02:20:42 +00:00
];
}