dots/hosts/luna/default.nix
Price Hiller e44ec3cba7
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
refactor(nix): overhaul nixos configurations
2024-08-25 00:28:11 -05:00

11 lines
141 B
Nix

{ clib, ... }:
{
imports = (
clib.recurseFilesInDirs [
./os
./modules
] ".nix"
);
system.stateVersion = "24.05";
}