1
1
Fork 0

anyrun: use official hm option

This commit is contained in:
Myned 2025-04-13 21:25:41 -05:00
parent cd1d245fc1
commit 70b2750f5d
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 0 additions and 8 deletions

View file

@ -109,7 +109,6 @@ in {
];
trusted-substituters = [
"https://anyrun.cachix.org"
"https://ezkea.cachix.org"
"https://hyprland.cachix.org"
"https://nix-community.cachix.org"
@ -117,7 +116,6 @@ in {
];
trusted-public-keys = [
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
"ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

View file

@ -43,7 +43,6 @@
aagl-gtk-on-nix-unstable = flake "github:ezKEa/aagl-gtk-on-nix" // unstable "nixpkgs";
agenix = flake "github:ryantm/agenix" // unstable "nixpkgs";
ags = flake "github:Aylur/ags" // unstable "nixpkgs";
anyrun = flake "github:Kirottu/anyrun" // unstable "nixpkgs";
arion = flake "github:hercules-ci/arion" // unstable "nixpkgs";
bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs";
compose2nix = flake "github:aksiksi/compose2nix" // unstable "nixpkgs";
@ -140,7 +139,6 @@
home-manager.sharedModules = [
inputs."nix-index-database-${branch}".hmModules.nix-index
inputs.ags.homeManagerModules.default
inputs.anyrun.homeManagerModules.default
inputs.nix-flatpak.homeManagerModules.nix-flatpak
# TODO: Use official module when supported

View file

@ -18,10 +18,6 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:Aylur/ags";
};
anyrun = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:Kirottu/anyrun";
};
arion = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:hercules-ci/arion";