28 lines
354 B
Nix
28 lines
354 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
|
||
|
]
|