More comment stuff
This commit is contained in:
parent
b83827eafd
commit
d0a28fcb67
|
@ -1,8 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
file = let
|
||||
# Neofetch main config
|
||||
neoConf = ''
|
||||
fastConf = ''
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
|
@ -104,7 +103,7 @@
|
|||
'';
|
||||
in {
|
||||
# Fastfetch config
|
||||
".config/fastfetch/config.jsonc".text = neoConf;
|
||||
".config/fastfetch/config.jsonc".text = fastConf;
|
||||
};
|
||||
packages = let
|
||||
# Small Neofetch config
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{pkgs, outputs, ...}: {
|
||||
# Enable git and config
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue