mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 11:05:48 +02:00
Up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ neofetch ];
|
||||
|
||||
xdg.configFile."neofetch" = {
|
||||
recursive = false;
|
||||
source = ./config;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user