config-manager: Use nh os instead of nixos-rebuild

This commit is contained in:
Alexander Heldt
2023-10-15 18:12:14 +02:00
parent cc17483643
commit 611a1dbb12
4 changed files with 83 additions and 4 deletions

View File

@@ -7,6 +7,11 @@
nixos-hardware.url = "github:nixos/nixos-hardware/master";
nh = {
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -28,7 +33,7 @@
};
};
outputs = { self, ... } @inputs : {
outputs = { self, ... }@inputs: {
nixosConfigurations = {
pinwheel = let
system = "x86_64-linux";