sync current config
This commit is contained in:
parent
fa9e576099
commit
b1b6d58659
|
@ -109,6 +109,9 @@ in
|
||||||
LC_TIME = "de_DE.UTF-8";
|
LC_TIME = "de_DE.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# allow to have all locales
|
||||||
|
i18n.supportedLocales = [ "all" ];
|
||||||
|
|
||||||
# ensure we see the journal on TTY12
|
# ensure we see the journal on TTY12
|
||||||
services.journald.console = "/dev/tty12";
|
services.journald.console = "/dev/tty12";
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ cd ~/projects/kde/src || exit 1
|
||||||
git clone git@invent.kde.org:sdk/kdesrc-build.git || exit 1
|
git clone git@invent.kde.org:sdk/kdesrc-build.git || exit 1
|
||||||
|
|
||||||
# start from scratch
|
# 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
|
||||||
|
|
|
@ -80,7 +80,6 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde6/usr/lib/qml/QtQ
|
||||||
pkg-config
|
pkg-config
|
||||||
polkit
|
polkit
|
||||||
qrencode
|
qrencode
|
||||||
qt6.full
|
|
||||||
qt6.qt3d
|
qt6.qt3d
|
||||||
qt6.qt5compat
|
qt6.qt5compat
|
||||||
qt6.qtbase
|
qt6.qtbase
|
||||||
|
|
Loading…
Reference in a new issue