feat: add cosmic to flake
This commit is contained in:
parent
259635a41f
commit
b60786f9b5
1 changed files with 12 additions and 0 deletions
12
flake.nix
12
flake.nix
|
|
@ -52,6 +52,11 @@
|
|||
url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
cosmic = {
|
||||
url = "github:lilyinstarlight/nixos-cosmic";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hyprland, lazy, ... }@inputs:
|
||||
|
|
@ -64,8 +69,15 @@
|
|||
inherit automapaper;
|
||||
};
|
||||
modules = [
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [ "https://cosmic.cachix.org/" ];
|
||||
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
||||
};
|
||||
}
|
||||
./hosts/lambdaos/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.cosmic.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue