mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
formated whole config with alejandra
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Adapted from https://github.com/dacrab/fastfetch-config/blob/main/config.jsonc
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Adapted from https://github.com/dacrab/fastfetch-config/blob/main/config.jsonc
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
|
||||
@@ -12,7 +14,6 @@
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
||||
# ───────────── Hardware ─────────────
|
||||
|
||||
{
|
||||
@@ -161,14 +162,14 @@
|
||||
|
||||
#{
|
||||
# type = "custom";
|
||||
# format = ''
|
||||
# {#0} {#1} {#2} {#3} {#4} {#5} {#6} {#7}
|
||||
# '';
|
||||
#} #for some reason dont work
|
||||
{
|
||||
type = "colors";
|
||||
symbol = "diamond";
|
||||
}
|
||||
# format = ''
|
||||
# {#0} {#1} {#2} {#3} {#4} {#5} {#6} {#7}
|
||||
# '';
|
||||
#} #for some reason dont work
|
||||
{
|
||||
type = "colors";
|
||||
symbol = "diamond";
|
||||
}
|
||||
|
||||
"break"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user