From f4e87af05650ca52a501b0854621b06ff862c822 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 5 Jun 2025 21:58:37 +1000 Subject: [PATCH 1/2] kde: enable more of the default applications --- modules/desktop/de/kde.nix | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/modules/desktop/de/kde.nix b/modules/desktop/de/kde.nix index 1cd9c0e..4cf0915 100644 --- a/modules/desktop/de/kde.nix +++ b/modules/desktop/de/kde.nix @@ -4,26 +4,23 @@ services.desktopManager.plasma6.enable = true; environment.plasma6.excludePackages = with pkgs.kdePackages; [ - plasma-browser-integration konsole (lib.getBin qttools) # Expose qdbus in PATH - ark elisa - gwenview okular - kate khelpcenter - #dolphin baloo-widgets # baloo information in Dolphin dolphin-plugins - spectacle ffmpegthumbs krdp + gwenview - #xwaylandvideobridge + # dolphin + # spectacle + # xwaylandvideobridge + # kate + # gwenview + # ark + # plasma-browser-integration ]; - - - - } From c68fcdbf2febd30a1e5e4d9c0ba918da3d093972 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 5 Jun 2025 21:58:53 +1000 Subject: [PATCH 2/2] nijika: turn into a desktop system enables kde aswell as both chromium and firefox. and gaming apps --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index bb03177..4be60f0 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,15 @@ modules = [ ./hosts/nixos-common.nix + ./modules/desktop/default.nix + ./modules/desktop/de/kde.nix + ./modules/desktop/de/hyprland.nix + ./modules/desktop/login/sddm.nix + ./modules/browser/firefox.nix + ./modules/browser/chromium.nix + ./modules/applications/default.nix + ./modules/games/linux.nix + ./modules/nix/linux.nix ./modules/shell.nix