This commit is contained in:
soraefir
2026-06-01 00:39:34 +02:00
parent 501fbf32a2
commit 3f4e965154

View File

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