converting to pure

This commit is contained in:
Julian Sutter 2024-12-22 10:42:58 -08:00
parent d762a6d7ae
commit 6e4d4da07b
2 changed files with 70 additions and 1 deletions

View file

@ -8,6 +8,10 @@
url = github:nix-community/home-manager;
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -15,7 +19,7 @@
};
};
outputs = { self, nixpkgs, home-manager, plasma-manager, nixos-hardware }: {
outputs = { self, nixpkgs, nixos-hardware, home-manager, nur, plasma-manager }: {
nixosConfigurations = {
framework = nixpkgs.lib.nixosSystem {