home-manager/home/packages.nix

34 lines
540 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
webcord
2023-07-31 18:08:25 +00:00
telegram-desktop
signal-desktop
element-desktop
2023-08-05 13:45:06 +00:00
# image editor
gimp
2023-08-06 21:42:00 +00:00
# games
osu-lazer
2023-07-31 18:08:25 +00:00
# Misc
nerdfonts # Font with glyphs for status bar
2023-08-05 10:33:31 +00:00
comma # Run any binary from the repos with a comma `, cowsay neato`
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-08-10 12:43:45 +00:00
gnomeExtensions.espresso
2023-07-31 18:08:25 +00:00
]