Files
shed/modules/server/default.nix
2024-11-01 04:10:12 -04:00

15 lines
170 B
Nix

{
config,
inputs,
scheme,
wallpaper,
username,
...
}: {
imports = [
./services.nix
../sys/software/nixvim
../home/environment/zshell.nix
];
}