update: add basic fastfetch config
This commit is contained in:
parent
ec195bc028
commit
5dd7743b59
5 changed files with 61 additions and 8 deletions
7
homeManagerModules/cliPrograms/fastfetch/fastfetch.nix
Normal file
7
homeManagerModules/cliPrograms/fastfetch/fastfetch.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
settings = builtins.fromJSON (builtins.readFile ./config.jsonc);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue