system/nix: add nh
This commit is contained in:
parent
58efa5527c
commit
3af1ad12fd
2 changed files with 2 additions and 0 deletions
|
|
@ -23,5 +23,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
programs.nh.enable = true;
|
||||||
system.rebuild.enableNg = true;
|
system.rebuild.enableNg = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue