From b1b6d58659637cc9d582f694cddf74cb972025f8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 2 Sep 2023 17:06:15 +0200 Subject: sync current config --- common.nix | 3 +++ projects/kde/cleanup.sh | 2 +- projects/kde6/shell.nix | 1 - 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 -- cgit v1.2.3