summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix3
-rw-r--r--projects/kde/cleanup.sh2
-rw-r--r--projects/kde6/shell.nix1
3 files changed, 4 insertions, 2 deletions
diff --git a/common.nix b/common.nix
index e7f86d3..5e0a92a 100644
--- a/common.nix
+++ b/common.nix
@@ -109,6 +109,9 @@ in
LC_TIME = "de_DE.UTF-8";
};
+ # allow to have all locales
+ i18n.supportedLocales = [ "all" ];
+
# ensure we see the journal on TTY12
services.journald.console = "/dev/tty12";
diff --git a/projects/kde/cleanup.sh b/projects/kde/cleanup.sh
index 17f1b3f..b88b8ff 100644
--- a/projects/kde/cleanup.sh
+++ b/projects/kde/cleanup.sh
@@ -9,4 +9,4 @@ cd ~/projects/kde/src || exit 1
git clone git@invent.kde.org:sdk/kdesrc-build.git || exit 1
# start from scratch
-exec ./kdesrc-build/kdesrc-build --rc-file=../kdesrc-buildrc --refresh-build --include-dependencies kate konsole
+exec ./kdesrc-build/kdesrc-build --rc-file=../kdesrc-buildrc --refresh-build --include-dependencies breeze plasma-integration konsole kate
diff --git a/projects/kde6/shell.nix b/projects/kde6/shell.nix
index 20b6a4b..ad557aa 100644
--- a/projects/kde6/shell.nix
+++ b/projects/kde6/shell.nix
@@ -80,7 +80,6 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde6/usr/lib/qml/QtQ
pkg-config
polkit
qrencode
- qt6.full
qt6.qt3d
qt6.qt5compat
qt6.qtbase