converting to pure

This commit is contained in:
Julian Sutter 2024-12-22 08:07:15 -08:00
parent 1ddd24e85c
commit aa83d89957
2 changed files with 31 additions and 2 deletions

View file

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