nushell, helium + pwas, niri session management

This commit is contained in:
atagen 2026-03-03 00:26:21 +11:00
parent cb72b47661
commit 3b3bfb6b39
21 changed files with 816 additions and 464 deletions

View file

@ -4,18 +4,22 @@
outputs = _: { };
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=a82ccc39b39b621151d6732718e3e250109076fa";
nixpkgs.url = "github:NixOS/nixpkgs";
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";
meat = {
url = "atagen:meat";
inputs.nixpkgs.follows = "nixpkgs";
};
culr.url = "git+https://git.lobotomise.me/atagen/culr";
culr = {
url = "atagen:culr";
inputs.nixpkgs.follows = "nixpkgs";
};
niri.url = "github:sodiboo/niri-flake";
@ -29,15 +33,18 @@
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";
hudcore.url = "atagen:hudcore-plymouth";
niri-tag = {
url = "atagen:niri-tag";
inputs.nixpkgs.follows = "nixpkgs";
};
angrr.url = "github:linyinfeng/angrr";
arbys.url = "git+https://git.lobotomise.me/atagen/arbys";
arbys.url = "atagen:arbys";
qstn = {
url = "git+https://git.lobotomise.me/atagen/qstn";
url = "atagen:qstn";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -46,18 +53,40 @@
flake = false;
};
yoke.url = "git+https://git.lobotomise.me/atagen/yoke";
yoke = {
url = "atagen:yoke";
inputs.nixpkgs.follows = "nixpkgs";
};
run0-shim = {
url = "github:lordgrimmauld/run0-sudo-shim";
inputs.nixpkgs.follows = "nixpkgs";
};
bunker.url = "github:amaanq/bunker-patches";
bunker.url = "amaan:bunker-patches";
stasis.url = "github:saltnpepper97/stasis";
niri-s76.url = "git+https://git.lobotomise.me/atagen/niri-s76-bridge";
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";
};