diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-05-16 00:36:18 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-05-16 00:36:18 -0600 |
| commit | 73f45808aaa2394872c5996e84ef64df2bdfb748 (patch) | |
| tree | a71d294ba8f98877f6ce142c079ade82bc991b46 | |
| parent | a0654fb4261c8c3bb1e1e0558ccbd4fa3903861a (diff) | |
adding sources for hugo theme
| -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"; |
