feat: add COSMIC specialisation

This commit is contained in:
Felix Schröter 2024-05-26 17:36:14 +02:00
parent b39eb019e9
commit bc4e35b55c
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 64 additions and 1 deletions

View file

@ -4,10 +4,12 @@ rec {
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
"https://cosmic.cachix.org/"
"https://felschr.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
];
};
@ -69,6 +71,11 @@ rec {
flake = false;
};
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs";
};
openwrt-imagebuilder = {
url = "github:astro/nix-openwrt-imagebuilder";
inputs.nixpkgs.follows = "nixpkgs";