add conversion functions to catppuccin module
This commit is contained in:
parent
7f5c5b718f
commit
82a11ef821
10 changed files with 663 additions and 391 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue