diff options
| -rw-r--r-- | flake.lock | 13 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 18 insertions, 0 deletions
@@ -276,6 +276,18 @@ "type": "github" } }, + "hugo-congo": { + "flake": false, + "locked": { + "narHash": "sha256-UcuyVPpLWz2Ld18270LtNQKUxt/ZeoN3qeBzc6Mrvl8=", + "type": "file", + "url": "https://github.com/jpanther/congo" + }, + "original": { + "type": "file", + "url": "https://github.com/jpanther/congo" + } + }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -745,6 +757,7 @@ "catppuccin-starship": "catppuccin-starship", "disko": "disko", "home-manager": "home-manager", + "hugo-congo": "hugo-congo", "hyprland": "hyprland", "lix-module": "lix-module", "microvm": "microvm", @@ -71,6 +71,11 @@ flake = false; }; + hugo-congo = { + url = "https://github.com/jpanther/congo"; + flake = false; + }; + # ryan4yin wallpapers wallpapers = { url = "github:ryan4yin/wallpapers"; |
