Flake,Caelestia, initialize caelestia-shell
This commit is contained in:
parent
b515e4f5ab
commit
c9ba8594e4
3 changed files with 139 additions and 2 deletions
12
flake.nix
12
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue