Commit for generation 71

This commit is contained in:
2024-09-25 03:28:28 -04:00
parent a2da1e6880
commit 7281e415b3
2 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
};
outputs = { nixpkgs, home-manager, nvim, toilet, ... }@inputs: {
outputs = { nixpkgs, rose-pine-hyprcursor, home-manager, nvim, toilet, ... }@inputs: {
nixosConfigurations = {
glasshouse = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
@@ -29,6 +29,9 @@
};
}
];
environment.systemPackages = with nixpkgs; environment.systemPackages ++ [
rose-pine-hyprcursor.packages."x86_64-linux".default
];
};
};
};