1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

*vine boom*

This commit is contained in:
RGBCube 2023-12-09 07:50:47 +03:00
parent c5233152cf
commit fd28004c75
No known key found for this signature in database
9 changed files with 88 additions and 5 deletions

View file

@ -76,6 +76,11 @@
url = "github:clo4/ghostty-hm-module";
};
nuScripts = {
url = "github:RGBCube/nu_scripts";
flake = false;
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
@ -102,6 +107,7 @@
nixpkgs,
homeManager,
ghosttyModule,
nuScripts,
fenix,
tools,
themes,
@ -117,6 +123,7 @@
ulib = {
inherit (tools) recursiveUpdateMap;
inherit nuScripts;
recursiveUpdate3 = x: y: z: lib.recursiveUpdate x (lib.recursiveUpdate y z);
};