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, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
];
|
||||
home.packages = [pkgs.neofetch];
|
||||
xdg.configFile."neofetch/config.conf".source = ./config.conf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue