1
0
Fork 0
nixos-config/home-common/my-systems.nix

18 lines
183 B
Nix
Raw Normal View History

2018-02-08 22:16:23 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
gnupg
pass
mutt
sshuttle
mtr
youtubeDL
2018-04-02 15:52:16 +00:00
cargo
2018-04-27 21:48:56 +00:00
gcc
binutils-unwrapped
2018-04-02 15:52:16 +00:00
rustfmt
2018-04-27 21:48:56 +00:00
carnix
2018-02-08 22:16:23 +00:00
];
}