mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:44:10 +01:00
18 lines
407 B
Nix
18 lines
407 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.nix
|
|
];
|
|
}
|