summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-08-15 21:56:53 +0200
committerMel <mel@rnrd.eu>2025-08-15 21:56:53 +0200
commit4b9e5abc4b9edea9751447d84e6f33c10099d31e (patch)
tree1763fbdec5fbccd8011cd6119dba7c6975d68081 /modules
parentfaabcc32ef30af408a45b900fccce681fb220e30 (diff)
downloadminerals-4b9e5abc4b9edea9751447d84e6f33c10099d31e.tar.zst
minerals-4b9e5abc4b9edea9751447d84e6f33c10099d31e.zip
Add work related packages
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/work/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/work/default.nix b/modules/work/default.nix
index d617bc4..bd48fcb 100644
--- a/modules/work/default.nix
+++ b/modules/work/default.nix
@@ -1,7 +1,13 @@
-{ ... }:
+{ pkgs, ... }:
 
 {
   imports = [
     ./wireguard.nix
   ];
+
+  # some packages i need for work.
+  environment.systemPackages = with pkgs; [
+    dbeaver-bin
+    google-chat-linux
+  ];
 }