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