first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
9
modules/home/neofetch/default.nix
Normal file
9
modules/home/neofetch/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [pkgs.neofetch];
|
||||
# xdg.configFile."neofetch".source = ./config;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue