neofetch: fmt
This commit is contained in:
parent
6ec22add22
commit
bfa0403070
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = [pkgs.neofetch];
|
||||||
neofetch
|
|
||||||
];
|
|
||||||
xdg.configFile."neofetch/config.conf".source = ./config.conf;
|
xdg.configFile."neofetch/config.conf".source = ./config.conf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue