summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-06-10 20:53:59 +0200
committerGrisha Shipunov2025-06-10 20:53:59 +0200
commitfa39e47fef4576cbf2e9a8a023e2e86f7f365e79 (patch)
tree150a40ce68abac7312f20019f0dac5960231c3cb /modules/plasma.nix
parentf68df0d787dff516da912bd53278ec453d2bf0f9 (diff)
format and small fixes
Diffstat (limited to 'modules/plasma.nix')
-rw-r--r--modules/plasma.nix6
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 = {