Flake,Caelestia, initialize caelestia-shell

This commit is contained in:
Julia Lange 2026-05-12 21:19:22 -07:00
parent b515e4f5ab
commit c9ba8594e4
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 139 additions and 2 deletions

View file

@ -25,9 +25,10 @@
inputs.home-manager.lib.homeManagerConfiguration {
extraSpecialArgs = { inherit inputs; };
pkgs = inputs.nixpkgs.legacyPackages.${system};
modules = [
modules = with inputs;[
./hmModules
inputs.nixvim.homeModules.nixvim
nixvim.homeModules.nixvim
caelestia-shell.homeManagerModules.default
] ++ extraModules;
};
in {
@ -58,6 +59,13 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
caelestia-shell = {
type = "github";
owner = "caelestia-dots";
repo = "shell";
inputs.nixpkgs.follows = "nixpkgs";
};
easy-hosts = {
type = "github";
owner = "tgirlcloud";