mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: the stuff of nightmares
This commit is contained in:
parent
b589fdda9f
commit
3a29446c96
51 changed files with 679 additions and 1094 deletions
|
|
@ -49,10 +49,13 @@
|
|||
utils.url = "github:numtide/flake-utils";
|
||||
# file structure -> attrset
|
||||
tree = {
|
||||
url = "github:kittywitch/tree";
|
||||
#url = "github:kittywitch/tree";
|
||||
url = "path:/home/kat/projects/tree";
|
||||
inputs.std.follows = "std";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# hardware quirks
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
# secrets
|
||||
ragenix = {
|
||||
url = "github:yaxitech/ragenix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue