Changed Configurations to use the assets repo instead of paths in main repo

This commit is contained in:
2026-04-14 11:06:44 +02:00
parent 7ed6185b1d
commit 1991a88884
8 changed files with 53 additions and 21 deletions

View File

@ -44,6 +44,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
cookiez-assets = {
url = "git+https://gitea.cookiee.org/cookiez/Nix-Assets.git?ref=main&lfs=1&shallow=1";
flake = false;
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
grub2-themes.url = "github:vinceliuice/grub2-themes";
@ -53,6 +58,7 @@
nixpkgs,
alejandra,
pam-fprint-grosshack,
cookiez-assets,
home-manager,
plasma-manager,
nixos-hardware,
@ -83,6 +89,7 @@
inherit system;
inherit project;
inherit alejandra;
inherit cookiez-assets;
pam-fprint-grosshack-pkg = pam-fprint-grosshack.packages.${system}.default;
host = hostname;
};