summaryrefslogtreecommitdiff
path: root/modules/home/niri/chernobyl/waybar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/niri/chernobyl/waybar.nix')
-rw-r--r--modules/home/niri/chernobyl/waybar.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/niri/chernobyl/waybar.nix b/modules/home/niri/chernobyl/waybar.nix
deleted file mode 100644
index d7fa53c..0000000
--- a/modules/home/niri/chernobyl/waybar.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-
-{
- programs.waybar = {
- enable = true;
- settings.main = {
- modules-center = ["clock"];
- };
- };
-}