treewide: use nh from master instead of nixpkgs

This commit is contained in:
Nikodem Rabuliński 2025-05-01 22:37:04 +02:00
parent e89f83a559
commit 46e631c8c5
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
5 changed files with 29 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# TODO: Make this module not rely on OS config being present
{
osConfig,
pkgs,
lib,
inputs',
machineName,
@ -59,7 +58,6 @@ in
home.packages = [
inputs'.settei.packages.base-packages
pkgs.nh
];
home.sessionVariables.EDITOR = "hx";