From 3afcd9869eb8774c22c5ad73e7451aefa76f0ae6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 18 Dec 2024 13:36:22 -0500 Subject: [PATCH] system/plasma: install yakuake --- system/sessions/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/sessions/plasma.nix b/system/sessions/plasma.nix index a20dbab..54d5667 100644 --- a/system/sessions/plasma.nix +++ b/system/sessions/plasma.nix @@ -47,6 +47,7 @@ in environment.systemPackages = with pkgs; [ # this fixes tiny file dialogs for Minecraft libsForQt5.kdialog + kdePackages.yakuake ]; }; }