mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
11 lines
291 B
Nix
11 lines
291 B
Nix
# NixOS module aggregator
|
|
# This file imports all system-level configuration modules
|
|
{
|
|
imports = [
|
|
./core.nix # Core system settings (boot, networking, users)
|
|
./packages.nix # System packages and fonts
|
|
./services.nix # System services and daemons
|
|
./nvf.nix # Neovim
|
|
];
|
|
}
|