nixfiles/profiles/dev/info.nix

4 lines
85 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2021-12-26 14:07:09 +00:00
environment.systemPackages = with pkgs; [ neofetch inxi htop ];
}