93 lines
1.9 KiB
Nix
93 lines
1.9 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";
|
|
};
|
|
|
|
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 = "atagen:hudcore-plymouth";
|
|
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";
|
|
|
|
};
|
|
|
|
}
|