nixos-config/modules/home/neofetch/default.nix
2023-11-12 17:02:27 +01:00

6 lines
117 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = [ pkgs.neofetch ];
xdg.configFile."neofetch".source = ./config;
}