nixhome/vanity.nix

8 lines
90 B
Nix

{ config, pkgs, ...}:
{
home.packages = with pkgs; [
freshfetch
neofetch
];
}