mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
9 lines
498 B
Markdown
9 lines
498 B
Markdown
# Home Manager's Linux Submodules
|
|
|
|
1. `base`: The base module that is suitable for any NixOS environment.
|
|
2. `desktop`: Configuration for desktop environments, such as Hyprland, I3, etc.
|
|
6. `server.nix`: Configuration which is suitable for both servers and desktops. It import only `base` as its submodule.
|
|
1. used by all my nixos servers.
|
|
7. `desktop.nix`: the entrypoint of desktop's configuration, it import both `base` and `desktop` as its submodules.
|
|
1. used by all my nixos desktops.
|