1
Fork 0
satellite/modules/applications/misc.nix
2020-04-08 21:29:29 +03:00

10 lines
153 B
Nix

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