aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/waybar.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:23 -0800
committerCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:23 -0800
commit29cdfb16d031ba6d4fc85f1f5332ccf36744322e (patch)
tree1275d46fa6524e0614beaa987b56ba91ae3ae906 /roles/home/desktop/waybar.nix
parentd08de8bc8c422b2b78365f017a97f9e2fc7197ef (diff)
wayland: properly install waybar
Diffstat (limited to 'roles/home/desktop/waybar.nix')
-rw-r--r--roles/home/desktop/waybar.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/home/desktop/waybar.nix b/roles/home/desktop/waybar.nix
new file mode 100644
index 0000000..68fad79
--- /dev/null
+++ b/roles/home/desktop/waybar.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }:
+
+{
+ programs.waybar = {
+
+ };
+} \ No newline at end of file