summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-09-30 15:37:44 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-09-30 15:37:44 +0200
commit1de7db50aced5bf533aec0bf46a71c2943bcc94b (patch)
tree7d7075972ea0c112b946a2d75daea6c17ecd7594
parent1f2770bec24650d1cb72f3019b13e9e90ad7b9ce (diff)
update kde 6 build stuff and don't use zram
-rw-r--r--common.nix3
-rw-r--r--projects/kde6/shell.nix3
2 files changed, 2 insertions, 4 deletions
diff --git a/common.nix b/common.nix
index 5da69d0..fbfee8e 100644
--- a/common.nix
+++ b/common.nix
@@ -90,9 +90,6 @@ in
# guard the ssh service
services.sshguard.enable = true;
- # swap to RAM
- zramSwap.enable = true;
-
# Set your time zone.
time.timeZone = "Europe/Berlin";
diff --git a/projects/kde6/shell.nix b/projects/kde6/shell.nix
index 6c661e8..a7801be 100644
--- a/projects/kde6/shell.nix
+++ b/projects/kde6/shell.nix
@@ -8,7 +8,7 @@ export PATH=/home/cullmann/projects/kde6/usr/bin:/home/cullmann/projects/kde6:/h
# LD_LIBRARY_PATH only needed if you are building without rpath
# export LD_LIBRARY_PATH=/home/cullmann/projects/kde6/usr/lib:$LD_LIBRARY_PATH
-export QT_PLUGIN_PATH=/home/cullmann/projects/kde6/usr/lib/plugins:${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.lib.getBin pkgs.qt6.qtsvg}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.lib.getBin pkgs.qt6.qtwayland}/${pkgs.qt6.qtbase.qtPluginPrefix}:$QT_PLUGIN_PATH
+export QT_PLUGIN_PATH=/home/cullmann/projects/kde6/usr/lib/plugins:${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.lib.getBin pkgs.qt6.qtsvg}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.lib.getBin pkgs.qt6.qtwayland}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.lib.getBin pkgs.qt6.qtspeech}/${pkgs.qt6.qtbase.qtPluginPrefix}:$QT_PLUGIN_PATH
export QML2_IMPORT_PATH=/home/cullmann/projects/kde6/usr/lib/qml:$QML2_IMPORT_PATH
export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde6/usr/lib/qml/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH
@@ -102,6 +102,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde6/usr/lib/qml/QtQ
qt6.qtserialbus
qt6.qtserialport
qt6.qtshadertools
+ qt6.qtspeech
qt6.qtsvg
qt6.qttools
qt6.qttranslations