home-manager/home/packages.nix
2023-08-05 15:45:06 +02:00

36 lines
553 B
Nix

{pkgs}:
with pkgs; [
# Basic utils
unzip
magic-wormhole
# Important graphical applications
keepassxc
logseq
xournalpp
onlyoffice-bin
# Communication
discord
telegram-desktop
signal-desktop
element-desktop
# Video Editor
davinci-resolve
# LaTeX Editor
setzer
# image editor
gimp
# Misc
nerdfonts # Font with glyphs for status bar
comma # Run any binary from the repos with a comma `, cowsay neato`
# Gnome extension
gnomeExtensions.quick-settings-audio-panel
gnomeExtensions.tray-icons-reloaded
]