[Init]
This commit is contained in:
10
home/cli/neofetch/default.nix
Normal file
10
home/cli/neofetch/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
];
|
||||
xdg.configFile."neofetch/config.conf".source =./config.conf;
|
||||
}
|
Reference in New Issue
Block a user