From 21495b332b8385570adffe44fe1fd95d93784a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 00:48:27 +0200 Subject: [PATCH] Home Gen522 @ 2025-05-04-00:41 by jonas@comfy-station --- home/jonas@comfy-station.nix | 11 +++++------ modules/home/plasma.nix | 17 ++--------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/home/jonas@comfy-station.nix b/home/jonas@comfy-station.nix index 09652b2..e828384 100644 --- a/home/jonas@comfy-station.nix +++ b/home/jonas@comfy-station.nix @@ -13,12 +13,11 @@ }; # hive modules - hive.hyprland.enable = false; - hive.swaync.enable = false; - hive.waybar.enable = false; - hive.wlogout.enable = false; - hive.wofi.enable = false; - hive.plasma.enable = true; + hive.hyprland.enable = true; + hive.swaync.enable = true; + hive.waybar.enable = true; + hive.wlogout.enable = true; + hive.wofi.enable = true; hive.kitty.enable = true; hive.nextcloud.enable = true; hive.firefox = { diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index 8642f17..fb19bb3 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -51,7 +51,7 @@ in { # add nord like gtk theme gtk = { - enable = false; + enable = true; cursorTheme = { package = pkgs.nordzy-cursor-theme; name = "Nordzy-cursors"; @@ -67,7 +67,7 @@ in { }; programs.plasma = { - enable = false; + enable = true; # # Some high-level settings: @@ -142,19 +142,6 @@ in { desktops) ); }; - - # - # Some low-level settings: - # - configFile = { - baloofilerc."Basic Settings"."Indexing-Enabled" = false; - kwinrc."org.kde.kdecoration2".ButtonsOnLeft = "SF"; - kwinrc.Desktops.Number = { - value = 8; - # Forces kde to not change this value (even through the settings app). - immutable = true; - }; - }; }; }; }