move to nh

This commit is contained in:
Antoine Vaure 2025-05-12 14:23:04 +02:00 committed by ant
parent 3051fd8593
commit 3c0631e47f
2 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,6 @@
home.stateVersion = "23.05"; # Please read the comment before changing.
home.packages = with pkgs; [
nh
python3
python3Packages.virtualenv
python3Packages.numpy
@ -198,4 +197,9 @@
services.syncthing.enable = variant != "hs";
services.kdeconnect.enable = variant != "allegro";
programs.home-manager.enable = true;
programs.nh = {
enable = true;
flake = "${config.home.homeDirectory}/home-manager";
};
}