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; - }; - }; }; }; }