mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: updoot
This commit is contained in:
parent
4482ec422a
commit
5686454354
9 changed files with 86 additions and 40 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue