Files
nixos/modules/essentials/default.nix
T
2026-03-09 10:50:12 +03:00

14 lines
145 B
Nix

{
config,
...
}:
{
imports = [
./packages.nix
./services.nix
./settings.nix
# ./systemd-routine.nix
./shell.nix
];
}