1
Fork 0
satellite/modules/applications/misc.nix
2020-04-09 13:11:58 +03:00

11 lines
163 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
mkpasswd
vscodium
google-chrome
discord
slack
spectacle
];
}