summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-11-09 03:58:18 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2025-11-09 03:58:18 -0700
commit277db7e956dacd4f3b3f883046de05552651622e (patch)
treeb78f7b686e40f9321d3365ead087df4986789c46 /flake.nix
parent9a09001931c4782c5e661d6ae7fc11e92bb00571 (diff)
waybar theme added and somewhat refined
- still has errors
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 73d842e..2d5ce83 100644
--- a/flake.nix
+++ b/flake.nix
@@ -137,6 +137,10 @@
url = "github:catppuccin/hyprland";
flake = false;
};
+ catppuccin-waybar = {
+ url = "github:catppuccin/waybar";
+ flake = false;
+ };
# # the nixConfig here only affects the flake inself, not the system configuration!