This commit is contained in:
Hadi
2024-03-13 09:53:32 +01:00
parent d565ea3313
commit 884b366ed2
8 changed files with 943 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ neofetch ];
xdg.configFile."neofetch" = {
recursive = false;
source = ./config;
};
}