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