diff options
| author | Grisha Shipunov | 2025-06-10 20:53:59 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-10 20:53:59 +0200 |
| commit | fa39e47fef4576cbf2e9a8a023e2e86f7f365e79 (patch) | |
| tree | 150a40ce68abac7312f20019f0dac5960231c3cb /modules/plasma.nix | |
| parent | f68df0d787dff516da912bd53278ec453d2bf0f9 (diff) | |
format and small fixes
Diffstat (limited to 'modules/plasma.nix')
| -rw-r--r-- | modules/plasma.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix index c3d2731..cfbdd96 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -5,9 +5,9 @@ ./fonts.nix ]; - environment.systemPackages = with pkgs.kdePackages; [ - kmail - okular + environment.systemPackages = with pkgs; [ + kdePackages.okular + vlc ]; programs.kde-pim = { |
