From 27b69bf3d57f1b9ce3629bd4fbd0b18ad5d5ec42 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Wed, 20 Mar 2024 14:44:12 +0100 Subject: [PATCH] dustbowl: update systemPackages - organize into more categories - add fluffychat and spotify --- nixos/dustbowl.nix | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index de4f2f4..27cc24f 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -143,6 +143,8 @@ environment.systemPackages = with pkgs; [ ntfs3g + + # CLI utilities file usbutils pciutils @@ -171,7 +173,7 @@ fzf tig croc - mullvad + mullvad # just for the CLI, service is enabled elsewhere jless restic pdfgrep @@ -179,6 +181,8 @@ sshuttle rclone timewarrior + + # Services syncthing nextcloud-client mpd @@ -186,7 +190,7 @@ # GTK theme gnome.adwaita-icon-theme - # Wayland setup + # Wayland utilities grim slurp wl-clipboard @@ -212,15 +216,19 @@ ungoogled-chromium openrgb obs-studio - tdesktop - signal-desktop - element-desktop - whatsapp-for-linux virt-manager zotero wpa_supplicant_gui keepassxc mpdevil + spotify + + # Messengers + tdesktop + signal-desktop + element-desktop + whatsapp-for-linux + fluffychat (callPackage ./posy-cursor-black.nix { }) ];