summaryrefslogtreecommitdiff
path: root/home/wayland/eww.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-14 18:29:31 +0100
committeradikro <adikro@disroot.org>2025-11-14 18:29:31 +0100
commit4e3c8eff1407291ce64254d3eeed8de5f9677a0b (patch)
treef25857ce71e3d16460c3677274f0b3974cb4f3ac /home/wayland/eww.nix
parent97e4587c34fc860dcad69d6f7b1c60dbc798e566 (diff)
changed nixvim config a bit and added some fonts
Diffstat (limited to 'home/wayland/eww.nix')
-rw-r--r--home/wayland/eww.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/wayland/eww.nix b/home/wayland/eww.nix
deleted file mode 100644
index fe7df23..0000000
--- a/home/wayland/eww.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-{
- programs.eww = {
- enable = true;
- enableFishIntegration = true;
- };
-}