Refactor hosts folder

This commit is contained in:
2025-11-29 22:51:38 +01:00
parent 4e32e95eab
commit df731b0703
30 changed files with 214 additions and 1080 deletions

10
modules/nixos/common.nix Normal file
View File

@@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
imports = [
./home-manager.nix
./nix.nix
./users.nix
./utils.nix
../variables.nix
];
}