Update fastfetch.nix
This commit is contained in:
parent
6192f036a4
commit
54db358ae6
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Install fastfetch, ghostty, and nerd fonts
|
# Install fastfetch
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
];
|
||||||
|
|
@ -17,6 +17,9 @@
|
||||||
environment.etc."fastfetch/config.jsonc".text = ''
|
environment.etc."fastfetch/config.jsonc".text = ''
|
||||||
{
|
{
|
||||||
"$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": {
|
||||||
|
"source": "none"
|
||||||
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": " ",
|
"separator": " ",
|
||||||
"color": {
|
"color": {
|
||||||
|
|
@ -30,7 +33,7 @@
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"type": "title",
|
"type": "title",
|
||||||
"format": "@{host-name-colored}"
|
"format": "{host-name-colored}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "separator",
|
"type": "separator",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue