in progress

This commit is contained in:
Bryan Ramos 2023-06-04 13:17:17 -04:00
parent d890e4044f
commit fe512e2175
5 changed files with 33 additions and 27 deletions

View file

@ -7,6 +7,10 @@
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
@ -23,7 +27,7 @@
allowUnfree = true;
};
};
in
{
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {