mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 18:47: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, ... }: ''
|
||||
${lib.optionalString ulib.isDesktop ''
|
||||
{ ulib, upkgs, theme, ... }: ''
|
||||
${if ulib.isDesktop then ''
|
||||
if (tty) == /dev/tty1 {
|
||||
(Hyprland)
|
||||
}
|
||||
'' else ''
|
||||
fastfetch
|
||||
''}
|
||||
|
||||
$env.PROMPT_INDICATOR = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue