diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-12-25 22:46:05 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-12-25 23:05:02 +0530 |
| commit | 2f1df0f1e0e86d8953db8dde7c2a53a9306661c4 (patch) | |
| tree | 69c67446895114f4a6e922174baf58f9fa38a1bc /flake.nix | |
| parent | 7c4f625736d6f0ff4913b07a39c76461bfcb927e (diff) | |
feat(os/kay/services): init arr
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,11 @@ url = "github:sinanmohd/namescale"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nixarr = { + url = "github:rasmus-kirk/nixarr"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -43,6 +48,7 @@ determinate, headplane, namescale, + nixarr, }: let lib = nixpkgs.lib; @@ -54,6 +60,7 @@ specialArgs = { inherit alina; + inherit nixarr; inherit namescale; inherit headplane; inherit determinate; |
