move to nh
This commit is contained in:
parent
3051fd8593
commit
3c0631e47f
2 changed files with 6 additions and 2 deletions
6
home.nix
6
home.nix
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue