feat: setup nh

This commit is contained in:
gwg313 2024-04-22 16:32:40 -04:00
parent 98b38f2b5b
commit c59da0e4ba
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 7 additions and 3 deletions

View file

@ -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";
};
}

View file

@ -84,9 +84,6 @@
nix-direnv # Integration of direnv with the Nix package manager.
nix-init # Simplifies the process of creating Nix projects.
nix-prefetch-github # Tool for fetching the latest version and hash of a GitHub repository.
nh
nix-output-monitor
nvd
]
++ lib.optionals stdenv.isDarwin [
coreutils # Essential GNU core utilities, including `dd` with the `--status=progress` option for more informative progress reporting.