diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-08-28 23:27:52 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-08-28 23:27:52 -0700 |
| commit | 8dcf355819cc6cd1e87924218c1adcd900ecda84 (patch) | |
| tree | 940ef0f569279f4ab78c1320321ff4c07453eb5a /machines/common/default.nix | |
| parent | 332b06fd9baefdfa2b043b8e2c72b8c110940fc5 (diff) | |
refactor base nixos modules
Diffstat (limited to 'machines/common/default.nix')
| -rw-r--r-- | machines/common/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/machines/common/default.nix b/machines/common/default.nix new file mode 100644 index 0000000..df8e60c --- /dev/null +++ b/machines/common/default.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + imports = [ + ./base.nix + ./pipewire.nix + ./printer.nix + ./rip.nix + ./tailscale.nix + ./user.nix + ./x11.nix + ]; +} |
