flake fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
lazyvim-nixvim.url = "github:azuwis/lazyvim-nixvim";
|
||||
};
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, disko, lazyvim-nixvim, nixos-hardware,... }: {
|
||||
|
||||
@@ -99,6 +99,7 @@ in
|
||||
./nix-desktop.nix
|
||||
];
|
||||
};
|
||||
|
||||
nix-surface1 = mkHost {
|
||||
hostName = "nix-surface1";
|
||||
system = "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user