add(helium): added nikkuss-pkgs and helium from that

This commit is contained in:
2025-11-11 11:09:22 +00:00
parent 373bf166d0
commit d1b2e85fae
5 changed files with 264 additions and 140 deletions

View File

@@ -15,6 +15,10 @@
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
nikkuss-pkgs = {
url = "git+https://git.scug.io/nikkuss/pkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -52,6 +56,7 @@
}:
let
overlays = [
inputs.nikkuss-pkgs.overlays.default
(final: prev: {
arrpc = prev.arrpc.overrideAttrs (preve: rec {
pname = preve.pname + "-meow";