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

10 lines
147 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-08 18:36:58 +02:00
mkpasswd
vscodium
google-chrome
discord
git
];
}