diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-05 14:28:31 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-05 14:28:31 +0300 |
commit | 389becf9700d3dee7f09073ce4d235fc7c30b5c8 (patch) | |
tree | 3db9d75bd5275614fc904184c97b3133f38bc3d0 /flake.nix | |
parent | 2024-05-04 (diff) |
2024-05-05
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 484f94b..f0a1fc2 100644 --- a/flake.nix +++ b/flake.nix @@ -94,6 +94,10 @@ pre-commit-hooks.follows = "git-hooks"; }; }; + homelab-svg-assets = { + url = "github:loganmarchione/homelab-svg-assets"; + flake = false; + }; xmonad-ng = { url = "git+https://git.azahi.cc/xmonad-ng?ref=master"; |