feat: setup nh
This commit is contained in:
parent
98b38f2b5b
commit
c59da0e4ba
2 changed files with 7 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
user,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
|
|
@ -23,5 +24,11 @@
|
|||
wget
|
||||
home-manager
|
||||
git
|
||||
nh
|
||||
nix-output-monitor
|
||||
nvd
|
||||
];
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/${user}/repos/nixos-config";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue