feat: updoot

This commit is contained in:
Kat Inskip 2025-12-04 19:12:49 -08:00
parent 4482ec422a
commit 5686454354
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 86 additions and 40 deletions

View file

@ -162,6 +162,14 @@
flake-compat.follows = "flake-compat";
};
};
quickshell = {
# add ?ref=<tag> to track a tag
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
# THIS IS IMPORTANT
# Mismatched system dependencies will lead to crashes and other issues.
inputs.nixpkgs.follows = "nixpkgs";
};
ucodenix.url = "github:e-tho/ucodenix";
nh = {
url = "github:nix-community/nh";