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

9 lines
278 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;
inherit (pkgs) meld icedtea8_web octave filezilla cachix nix-review gparted;
grafana-devel = pkgs.callPackage ../pkgs/grafana-devel.nix { };
};
}