1
Fork 0
satellite/modules/applications/misc.nix
2020-05-10 20:48:52 +03:00

30 lines
513 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
# cmd stuff
tree # print a file structure
exa # ls replacement
mkpasswd # hash passwords
gnupg
typespeed
# editors
vscodium
# chat apps
discord
slack
zoom-us # for online classes / church and stuff
# browsers
google-chrome
brave
# other stuff
spectacle # take screenshots
vlc # video player
gimp # image editing
korganizer # calendar
akonadi
];
}