1
Fork 0
satellite/modules/applications/misc.nix
2020-04-10 14:51:37 +03:00

13 lines
182 B
Nix

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