summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-05-16 00:36:18 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-05-16 00:36:18 -0600
commit73f45808aaa2394872c5996e84ef64df2bdfb748 (patch)
treea71d294ba8f98877f6ce142c079ade82bc991b46
parenta0654fb4261c8c3bb1e1e0558ccbd4fa3903861a (diff)
adding sources for hugo theme
-rw-r--r--flake.lock13
-rw-r--r--flake.nix5
2 files changed, 18 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index b5ccab6..7e4480d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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",
diff --git a/flake.nix b/flake.nix
index 5432ce5..b1a61e9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -71,6 +71,11 @@
flake = false;
};
+ hugo-congo = {
+ url = "https://github.com/jpanther/congo";
+ flake = false;
+ };
+
# ryan4yin wallpapers
wallpapers = {
url = "github:ryan4yin/wallpapers";