about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJJ <git@toki.la>2024-05-18 13:41:50 -0700
committerGitHub <noreply@github.com>2024-05-18 13:41:50 -0700
commitd9443cb26b5817427abd61deb1b8aef94a2fb94b (patch)
tree161b4e675ca0a873b3e32cd811019d0d540b84e2 /nixos/modules
parent0a8f72f2ed23fb0dfce42f6076ca9a5995f6b5d1 (diff)
plasma6: move ffmpegthumbs to optional, clarify comments
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/desktop-managers/plasma6.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/desktop-managers/plasma6.nix b/nixos/modules/services/desktop-managers/plasma6.nix
index 43f6b3a6485a7..1dc1c00a40be4 100644
--- a/nixos/modules/services/desktop-managers/plasma6.nix
+++ b/nixos/modules/services/desktop-managers/plasma6.nix
@@ -75,7 +75,7 @@ in {
         kio # provides helper service + a bunch of other stuff
         kio-admin # managing files as admin
         kio-extras # stuff for MTP, AFC, etc
-        kio-fuse # fuse interaction
+        kio-fuse # fuse interface for KIO
         kpackage # provides kpackagetool tool
         kservice # provides kbuildsycoca6 tool
         kwallet # provides helper service
@@ -97,13 +97,12 @@ in {
         kwrited # wall message proxy, not to be confused with kwrite
         baloo # system indexer
         milou # search engine atop baloo
-        ffmpegthumbs # video thumbnailer
         kdegraphics-thumbnailers # pdf etc thumbnailer
         polkit-kde-agent-1 # polkit auth ui
         plasma-desktop
         plasma-workspace
         drkonqi # crash handler
-        kde-inotify-survey # handles running out of inodes
+        kde-inotify-survey # warns the user on low inotifywatch limits
 
         # Application integration
         libplasma # provides Kirigami platform theme
@@ -147,6 +146,7 @@ in {
         dolphin
         dolphin-plugins
         spectacle
+        ffmpegthumbs
       ];
     in
       requiredPackages