home-manager/home/packages.nix

32 lines
458 B
Nix
Raw Normal View History

2023-07-31 18:08:25 +00:00
{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
2023-08-01 19:07:54 +00:00
# Gnome extension
gnomeExtensions.quick-settings-audio-panel
2023-08-02 15:55:41 +00:00
gnomeExtensions.tray-icons-reloaded
2023-07-31 18:08:25 +00:00
]