add conversion functions to catppuccin module

This commit is contained in:
KoenDR06 2025-12-24 17:57:24 +01:00
parent 7f5c5b718f
commit 82a11ef821
10 changed files with 663 additions and 391 deletions

View file

@ -46,13 +46,15 @@
"x86_64-darwin"
];
forAllSystems = nixpkgs.lib.genAttrs systems;
lib = import ./overlays {inherit inputs;};
in {
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
nixosConfigurations = nixpkgs.lib.genAttrs hosts (host:
nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
inherit inputs outputs lib;
};
modules = [
./lib