summaryrefslogtreecommitdiff
path: root/data.d/etc-nixos/env/workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/etc-nixos/env/workstation.nix')
-rw-r--r--data.d/etc-nixos/env/workstation.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/data.d/etc-nixos/env/workstation.nix b/data.d/etc-nixos/env/workstation.nix
index 8ca64a0..93cef52 100644
--- a/data.d/etc-nixos/env/workstation.nix
+++ b/data.d/etc-nixos/env/workstation.nix
@@ -8,12 +8,15 @@
environment = {
systemPackages = with pkgs; [
# CLI programs
+ kubectl
+ kubernetes-helm
neomutt
notmuch
+ ntfy-sh
pass
plantuml
shellcheck
- ntfy-sh
+ tree
# GUI utils
xclip
@@ -31,9 +34,15 @@
scrot
yt-dlp
zathura
+ signal-desktop
];
};
+ fonts.fonts = with pkgs; [
+ open-sans
+ liberation_ttf
+ ];
+
hardware = {
pulseaudio = {
enable = true;