feat: set up clan cli

This commit is contained in:
Chris Kruining 2025-11-04 13:30:34 +01:00
parent 2402ec0761
commit c98b3eefe1
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 237 additions and 13 deletions

View file

@ -83,6 +83,11 @@
url = "github:terranix/terranix";
inputs.nixpkgs.follows = "nixpkgs";
};
clan-core = {
url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: inputs.snowfall-lib.mkFlake {
@ -119,6 +124,10 @@
flux.overlays.default
];
systems.modules = with inputs; [
clan-core.nixosModules.default
];
homes.modules = with inputs; [
stylix.homeModules.stylix
plasma-manager.homeModules.plasma-manager