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,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
user,
|
||||||
inputs,
|
inputs,
|
||||||
outputs,
|
outputs,
|
||||||
...
|
...
|
||||||
|
|
@ -23,5 +24,11 @@
|
||||||
wget
|
wget
|
||||||
home-manager
|
home-manager
|
||||||
git
|
git
|
||||||
|
nh
|
||||||
|
nix-output-monitor
|
||||||
|
nvd
|
||||||
];
|
];
|
||||||
|
environment.sessionVariables = {
|
||||||
|
FLAKE = "/home/${user}/repos/nixos-config";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -84,9 +84,6 @@
|
||||||
nix-direnv # Integration of direnv with the Nix package manager.
|
nix-direnv # Integration of direnv with the Nix package manager.
|
||||||
nix-init # Simplifies the process of creating Nix projects.
|
nix-init # Simplifies the process of creating Nix projects.
|
||||||
nix-prefetch-github # Tool for fetching the latest version and hash of a GitHub repository.
|
nix-prefetch-github # Tool for fetching the latest version and hash of a GitHub repository.
|
||||||
nh
|
|
||||||
nix-output-monitor
|
|
||||||
nvd
|
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
coreutils # Essential GNU core utilities, including `dd` with the `--status=progress` option for more informative progress reporting.
|
coreutils # Essential GNU core utilities, including `dd` with the `--status=progress` option for more informative progress reporting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue