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