system/nix: add nh

This commit is contained in:
Cilly Leang 2025-11-22 15:37:16 +11:00
parent 58efa5527c
commit 3af1ad12fd
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 0 deletions

View file

@ -23,5 +23,6 @@
''; '';
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.nh.enable = true;
system.rebuild.enableNg = true; system.rebuild.enableNg = true;
} }

View file

@ -1,4 +1,5 @@
{ config, modules, pkgs, ... }: { { config, modules, pkgs, ... }: {
programs.nh.flake = "/home/rin/Projects/flakes";
programs.zsh.enable = true; programs.zsh.enable = true;
users.users.rin = { users.users.rin = {
isNormalUser = true; isNormalUser = true;