Commit graph

12 commits

Author SHA1 Message Date
f71c65f639
refactor(nixos): simplify configurations.nix and lib
This commit refactors configurations.nix and lib/default.nix by removing the
extractConfigurations function and related code from lib/default.nix,
and moving the NixOS system building logic directly into configurations.nix.
It also changes the structure of hosts in manifest.nix to use a
hosts.nixos attribute.
2025-07-07 09:51:53 +08:00
94728cdc83
refactor(users): move owner config to users config in manifest 2025-07-07 09:51:53 +08:00
ea408abfce
feat(git): add .gitignore and pre-commit config to gitignore 2025-07-07 09:51:53 +08:00
a79fe97fee
docs(readme): add acknowledgements and git links 2025-07-07 09:51:53 +08:00
966ed51a21
refactor(configurations): add default nixos module 2025-07-07 09:51:53 +08:00
90a42fc7d5
feat(nixos): add owner config to manifest and users module 2025-07-07 09:51:53 +08:00
b6ba95a93c
build(flake): add home-manager and example config 2025-07-07 09:51:53 +08:00
53fe600399
refactor: move flake-parts modules to nix/modules/flake 2025-07-07 09:51:53 +08:00
2fe89b9e00
refactor: rename nixos.nix to configurations.nix 2025-07-07 09:51:53 +08:00
2885fe99bb
refactor: rename hostSpec to manifest and update references 2025-07-07 09:51:53 +08:00
5cbffbe90c
feat(readme): add structure section and update README.md 2025-07-07 09:51:53 +08:00
4270e3a304
refactor: rename modules directory to nix 2025-07-07 09:51:53 +08:00