diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/default.nix')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell-plugins/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/default.nix b/accounts/gkleen@sif/shell/quickshell-plugins/default.nix index 20a195eb..dfe93bca 100644 --- a/accounts/gkleen@sif/shell/quickshell-plugins/default.nix +++ b/accounts/gkleen@sif/shell/quickshell-plugins/default.nix | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | , fmt | 5 | , fmt |
| 6 | , keepassxc | 6 | , keepassxc |
| 7 | , systemd | 7 | , systemd |
| 8 | , quickshell | ||
| 8 | }: | 9 | }: |
| 9 | 10 | ||
| 10 | stdenv.mkDerivation rec { | 11 | stdenv.mkDerivation rec { |
| @@ -24,6 +25,7 @@ stdenv.mkDerivation rec { | |||
| 24 | 25 | ||
| 25 | cmakeFlags = [ | 26 | cmakeFlags = [ |
| 26 | (lib.cmakeFeature "INSTALL_QML_PREFIX" qt6.qtbase.qtQmlPrefix) | 27 | (lib.cmakeFeature "INSTALL_QML_PREFIX" qt6.qtbase.qtQmlPrefix) |
| 28 | (lib.cmakeOptionType "string" "QUICKSHELL_SRC" (toString quickshell.src)) | ||
| 27 | ]; | 29 | ]; |
| 28 | 30 | ||
| 29 | LC_ALL = "C.UTF-8"; | 31 | LC_ALL = "C.UTF-8"; |
