1
0
Fork 0
nixos-config/home/tinkering.nix

10 lines
236 B
Nix
Raw Normal View History

2020-05-05 23:40:57 +00:00
{ pkgs, ... }: {
home.packages = builtins.attrValues {
inherit (pkgs.xorg) xev;
inherit (pkgs.gitAndTools) hub;
2020-05-27 13:20:08 +00:00
inherit (pkgs)
meld icedtea8_web octave filezilla cachix nix-review gparted
grafana-devel;
2020-05-05 23:40:57 +00:00
};
}