feat(eww): remove eww config

This commit is contained in:
2026-03-26 22:30:44 +01:00
parent 6d14f79d4a
commit 77b908c4bb
5 changed files with 0 additions and 28 deletions
-2
View File
@@ -8,7 +8,6 @@ with lib; let
in {
imports = [
./caelestia.nix
./eww.nix
./firefox.nix
./hyprland.nix
./kdeconnect.nix
@@ -26,7 +25,6 @@ in {
options.home.desktop.fullDesktop = mkEnableOption "Enable options for graphical environments";
config.home.desktop = {
eww.enable = mkDefault cfg.fullDesktop;
firefox.enable = mkDefault cfg.fullDesktop;
hyprland.enable = mkDefault cfg.fullDesktop;
kdeconnect.enable = mkDefault cfg.fullDesktop;