From b04adbd91fc4e79f348637277db269d5b0c4063d Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 10:22:41 +0000 Subject: [PATCH] Disabling eww --- Droidnix/README.org | 2 +- Droidnix/generated/system/core/top.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index aae8c9e22..61e14aaee 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1053,7 +1053,7 @@ This is top file of this level which contains just an import statement for all r { imports = [ ./wayland.nix - ./eww.nix + #./eww.nix ./waybar.nix ./login-tuigreeter.nix #./login-lightdm.nix diff --git a/Droidnix/generated/system/core/top.nix b/Droidnix/generated/system/core/top.nix index b09e91b9d..4507cab74 100644 --- a/Droidnix/generated/system/core/top.nix +++ b/Droidnix/generated/system/core/top.nix @@ -2,7 +2,7 @@ { imports = [ ./wayland.nix - ./eww.nix + #./eww.nix ./waybar.nix ./login-tuigreeter.nix #./login-lightdm.nix