nix/flake.nix
2026-04-08 11:51:33 +10:00

101 lines
2.1 KiB
Nix

{
description = "nixos config";
outputs = _: { };
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-rice.url = "github:bertof/nix-rice";
meat = {
url = "atagen:meat";
inputs.nixpkgs.follows = "nixpkgs";
};
culr = {
url = "atagen:culr";
inputs.nixpkgs.follows = "nixpkgs";
};
hudcore.url = "atagen:hudcore-plymouth";
niri.url = "github:sodiboo/niri-flake";
niri-tag = {
url = "atagen:niri-tag";
inputs.nixpkgs.follows = "nixpkgs";
};
angrr.url = "github:linyinfeng/angrr";
arbys.url = "atagen:arbys";
qstn = {
url = "atagen:qstn";
inputs.nixpkgs.follows = "nixpkgs";
};
__flake-compat = {
url = "git+https://git.lix.systems/lix-project/flake-compat.git";
flake = false;
};
yoke = {
url = "atagen:yoke";
inputs.nixpkgs.follows = "nixpkgs";
};
run0-shim = {
url = "github:lordgrimmauld/run0-sudo-shim";
inputs.nixpkgs.follows = "nixpkgs";
};
bunker.url = "amaan:bunker-patches";
stasis.url = "github:saltnpepper97/stasis";
niri-s76.url = "atagen:niri-s76-bridge";
helium.url = "amaan:helium-flake";
nil = {
url = "github:atagen/nil";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-scope-plugin = {
url = "atagen:nix-scope-plugin";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-shorturl-plugin = {
url = "atagen:nix-shorturl-plugin";
inputs.nixpkgs.follows = "nixpkgs";
};
stash.url = "github:notashelf/stash";
wry = {
url = "kosslan:wry/jay";
# url = "path:/home/bolt/code/wry";
inputs.nixpkgs.follows = "nixpkgs";
};
tuigreet.url = "github:notashelf/tuigreet/fa44a85b65fb86984cb17de05208b46d1bd1b407";
inshellah = {
# url = "path:/home/bolt/code/inshellah";
url = "atagen:inshellah";
inputs.nixpkgs.follows = "nixpkgs";
};
qtengine = {
url = "github:kossLAN/qtengine";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}