1
Fork 0
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:
RGBCube 2024-01-02 15:28:04 +03:00
parent 43fad71e7e
commit 7a482d8425
No known key found for this signature in database

View file

@ -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 = "";