Files
nixos/modules/essentials/default.nix
T
2026-05-18 14:19:51 +03:00

14 lines
144 B
Nix

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