mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Run fastfetch on servers
This commit is contained in:
parent
43fad71e7e
commit
7a482d8425
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ lib, ulib, upkgs, theme, ... }: ''
|
{ ulib, upkgs, theme, ... }: ''
|
||||||
${lib.optionalString ulib.isDesktop ''
|
${if ulib.isDesktop then ''
|
||||||
if (tty) == /dev/tty1 {
|
if (tty) == /dev/tty1 {
|
||||||
(Hyprland)
|
(Hyprland)
|
||||||
}
|
}
|
||||||
|
'' else ''
|
||||||
|
fastfetch
|
||||||
''}
|
''}
|
||||||
|
|
||||||
$env.PROMPT_INDICATOR = "";
|
$env.PROMPT_INDICATOR = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue