converting to pure

This commit is contained in:
Julian Sutter 2024-12-22 10:51:22 -08:00
parent 432bfb5b8c
commit e9c6b6944c

View file

@ -20,7 +20,7 @@
};
outputs = { self, nixpkgs, nixos-hardware, home-manager, nur, plasma-manager }: {
overlay = final: prev: { nur = import nur { inherit nixpkgs; }; };
nixosConfigurations = {
framework = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";