From 8e1a55442eedfe47a32336bcf3cf816135ff8d83 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 29 Apr 2023 10:42:32 +0200 Subject: Update NixOS configs --- data.d/etc-nixos/env/workstation.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'data.d/etc-nixos/env/workstation.nix') 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; -- cgit v1.1