mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 11:34:07 +02:00
add tela
This commit is contained in:
parent
230e092d5a
commit
1be7c17d9a
3 changed files with 25 additions and 0 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -778,6 +778,7 @@
|
||||||
"snm": "snm",
|
"snm": "snm",
|
||||||
"sops-nix": "sops-nix_2",
|
"sops-nix": "sops-nix_2",
|
||||||
"srvos": "srvos",
|
"srvos": "srvos",
|
||||||
|
"tela": "tela",
|
||||||
"treefmt-nix": "treefmt-nix_5"
|
"treefmt-nix": "treefmt-nix_5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -915,6 +916,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tela": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1739165606,
|
||||||
|
"narHash": "sha256-ufjKFlKJnmNwD2m1w+7JSBQij6ltxXWCpUEvVxECS98=",
|
||||||
|
"owner": "vinceliuice",
|
||||||
|
"repo": "Tela-icon-theme",
|
||||||
|
"rev": "fea810d948a663f336060b97db556274af3fc7c7",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "vinceliuice",
|
||||||
|
"repo": "Tela-icon-theme",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"treefmt-nix": {
|
"treefmt-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
|
@ -54,6 +54,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tela = {
|
||||||
|
url = "github:vinceliuice/Tela-icon-theme";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
# Utility
|
# Utility
|
||||||
nixos-anywhere = {
|
nixos-anywhere = {
|
||||||
url = "github:nix-community/nixos-anywhere";
|
url = "github:nix-community/nixos-anywhere";
|
||||||
|
|
|
@ -127,6 +127,9 @@ in
|
||||||
(_self: super: rec {
|
(_self: super: rec {
|
||||||
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
|
tela-icon-theme = super.tela-icon-theme.overrideAttrs {
|
||||||
|
src = self.inputs.tela;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue