nix: add modular nixos and home-manager configuration loading
This commit is contained in:
parent
062900f878
commit
7af5b0d467
6 changed files with 213 additions and 0 deletions
7
spec/constant.nix
Normal file
7
spec/constant.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
time.timeZone = "Asia/Hong_Kong";
|
||||
environment.etc.nixos.source = "/nix/persist/config";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue