Files
nixconfig/modules/home/cli/neofetch/default.nix
soraefir 3f4e965154 fix
2026-06-01 00:39:34 +02:00

5 lines
135 B
Nix
Executable File

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