1
Fork 0
satellite/modules/applications/misc.nix

13 lines
182 B
Nix
Raw Normal View History

2020-04-08 18:36:58 +02:00
{ pkgs, ... }: {
2020-04-08 19:09:37 +02:00
home-manager.users.adrielus.home.packages = with pkgs; [
2020-04-10 13:51:37 +02:00
tree
2020-04-08 18:36:58 +02:00
mkpasswd
2020-04-10 13:51:37 +02:00
gnupg
2020-04-08 18:36:58 +02:00
vscodium
google-chrome
discord
2020-04-09 12:11:58 +02:00
slack
2020-04-08 20:29:29 +02:00
spectacle
2020-04-08 18:36:58 +02:00
];
}