dustbowl: update systemPackages

- organize into more categories
- add fluffychat and spotify
This commit is contained in:
joachimschmidt557 2024-03-20 14:44:12 +01:00
parent d99c361964
commit 27b69bf3d5
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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 { })
];