diff --git a/layers/base.nix b/layers/base.nix
index 7cf3b0efdc745132f29f5f6c22e591a00f5bd80a..dc799f84ed45dd32e7522859a40b30120d02f945 100644
--- a/layers/base.nix
+++ b/layers/base.nix
@@ -118,6 +118,7 @@ in
     file
     darkhttpd
     ncdu
+    duf
     fastmod
     loc
     gotty
diff --git a/layers/workstation.nix b/layers/workstation.nix
index 889c3c069ebb526fcccda0b4f7a8913a878c5910..aa23d4c4d16309997aa8d91e0bed3a53982e2121 100644
--- a/layers/workstation.nix
+++ b/layers/workstation.nix
@@ -8,14 +8,27 @@
   ];
 
   environment.systemPackages = with pkgs; [
-    virtmanager
+    # password manager
     keepassxc
 
+    # messaging
     tdesktop
+    mumble
+
+    # music
     spotify
+    sublime-music
+
+    # books
+    cozy
+    calibre
+
+    # content creation
     gimp
-    mumble
     godot
+
+    # admin stuff
+    virtmanager
   ];