mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-23 09:21:00 +01:00
19 lines
405 B
Nix
19 lines
405 B
Nix
{ lib, ... }:
|
|
{
|
|
# =========================================================================
|
|
# Base NixOS Configuration
|
|
# =========================================================================
|
|
|
|
imports = [
|
|
../base/core.nix
|
|
../base/i18n.nix
|
|
../base/monitoring.nix
|
|
../base/nix.nix
|
|
../base/packages.nix
|
|
../base/ssh.nix
|
|
../base/user-group.nix
|
|
|
|
../../base
|
|
];
|
|
}
|