32 lines
458 B
Nix
32 lines
458 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
|
|
gnomeExtensions.tray-icons-reloaded
|
|
]
|