1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Don't run Hyprland on startup

This commit is contained in:
RGBCube 2024-01-03 12:31:21 +03:00
parent ea2f846e73
commit a8408ca647
No known key found for this signature in database

View file

@ -1,9 +1,5 @@
{ ulib, upkgs, theme, ... }: ''
${if ulib.isDesktop then ''
if (tty) == /dev/tty1 {
(Hyprland)
}
'' else ''
{ lib, ulib, upkgs, theme, ... }: ''
${lib.optionalString ulib.isServer ''
echo
fastfetch
''}