home-manager/home/packages.nix

31 lines
420 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
# Misc
nerdfonts # Font with glyphs for status bar
# Gnome extension
gnomeExtensions.quick-settings-audio-panel
]