Files
nixos-config/modules/server/default.nix
2024-11-02 11:54:44 -04:00

18 lines
217 B
Nix

{
config,
inputs,
scheme ? {},
wallpaper,
username,
host,
...
}: {
imports = [
../sys/software/nixvim
../sys/hardware/bootloader.nix
./services.nix
./home.nix
./packages.nix
];
}