1
0
Fork 0
nixos-config/home/tinkering.nix
2020-05-27 15:20:24 +02:00

10 lines
236 B
Nix

{ pkgs, ... }: {
home.packages = builtins.attrValues {
inherit (pkgs.xorg) xev;
inherit (pkgs.gitAndTools) hub;
inherit (pkgs)
meld icedtea8_web octave filezilla cachix nix-review gparted
grafana-devel;
};
}