Files
nix-fleet/modules/hosts/computer-mo/configuration.nix
2026-03-03 01:15:52 +01:00

10 lines
147 B
Nix

{ inputs, ...}:
{
flake.nixosModules.computer-mo = {
imports = with inputs.self.modules.nixos; [
base
home-manager
];
};
}