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

12 lines
184 B
Nix
Raw Normal View History

2020-04-08 18:36:58 +02:00
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
# Tool to allow hashing passwords from the cmd
mkpasswd
vscodium
google-chrome
discord
git
];
}