aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/eww.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-20 12:03:08 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-20 12:03:08 +0200
commit17e73345be3d5d25386db4ad9207bfefb25ce1c3 (patch)
tree57b11525cce53ea60c97ca25eb0b03801295fcea /home/rices/finals/eww.nix
parente2abac4c7241b783150301b62617c91624195cc8 (diff)
Add eww config to display a big clock on the wallpaper
Diffstat (limited to 'home/rices/finals/eww.nix')
-rw-r--r--home/rices/finals/eww.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/rices/finals/eww.nix b/home/rices/finals/eww.nix
new file mode 100644
index 0000000..599738a
--- /dev/null
+++ b/home/rices/finals/eww.nix
@@ -0,0 +1,6 @@
+{...}: {
+ programs.eww = {
+ enable = true;
+ configDir = ./eww/configDir;
+ };
+}