Update fastfetch.nix
This commit is contained in:
parent
7dfba20a26
commit
439074c23f
1 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
{
|
{
|
||||||
"$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": {
|
||||||
"source": "nixos_small",
|
"source": "DarkOS",
|
||||||
"padding": {
|
"padding": {
|
||||||
"top": 1,
|
"top": 1,
|
||||||
"left": 2
|
"left": 2
|
||||||
|
|
@ -152,9 +152,9 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
# Run fastfetch with random logo on terminal start
|
# Run fastfetch on terminal start
|
||||||
if [[ $- == *i* ]]; then
|
if [[ $- == *i* ]]; then
|
||||||
/etc/fastfetch/random-logo.sh
|
${pkgs.fastfetch}/bin/fastfetch --config /etc/fastfetch/config.jsonc
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue