From fd8408ab397b734aadf1180117478623cee7c8b7 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Fri, 7 Jan 2022 19:11:12 +0100
Subject: [PATCH] Add software

---
 layers/base.nix        |  1 +
 layers/workstation.nix | 17 +++++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/layers/base.nix b/layers/base.nix
index 7cf3b0e..dc799f8 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 889c3c0..aa23d4c 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
   ];
 
 
-- 
GitLab