Files
nixos/modules/essentials/default.nix
T
2026-01-09 21:19:02 +03:00

14 lines
145 B
Nix

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