nix/flake.nix
2026-02-25 14:53:38 +11:00

64 lines
1.6 KiB
Nix

{
description = "nixos config";
outputs = _: { };
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=a82ccc39b39b621151d6732718e3e250109076fa";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
helix.url = "github:helix-editor/helix";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-rice.url = "github:bertof/nix-rice";
meat.url = "git+https://git.lobotomise.me/atagen/meat";
culr.url = "git+https://git.lobotomise.me/atagen/culr";
niri.url = "github:sodiboo/niri-flake";
hjem = {
url = "github:feel-co/hjem";
inputs.nixpkgs.follows = "nixpkgs";
};
hjem-rum = {
url = "github:snugnug/hjem-rum";
inputs.nixpkgs.follows = "nixpkgs";
};
hudcore.url = "git+https://git.lobotomise.me/atagen/hudcore-plymouth.git";
niri-tag.url = "git+https://git.lobotomise.me/atagen/niri-tag";
angrr.url = "github:linyinfeng/angrr";
arbys.url = "git+https://git.lobotomise.me/atagen/arbys";
qstn = {
url = "git+https://git.lobotomise.me/atagen/qstn";
inputs.nixpkgs.follows = "nixpkgs";
};
__flake-compat = {
url = "git+https://git.lix.systems/lix-project/flake-compat.git";
flake = false;
};
yoke.url = "git+https://git.lobotomise.me/atagen/yoke";
run0-shim = {
url = "github:lordgrimmauld/run0-sudo-shim";
inputs.nixpkgs.follows = "nixpkgs";
};
bunker.url = "github:amaanq/bunker-patches";
stasis.url = "github:saltnpepper97/stasis";
niri-s76.url = "git+https://git.lobotomise.me/atagen/niri-s76-bridge";
};
}