1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +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, ... }: '' { lib, ulib, upkgs, theme, ... }: ''
${if ulib.isDesktop then '' ${lib.optionalString ulib.isServer ''
if (tty) == /dev/tty1 {
(Hyprland)
}
'' else ''
echo echo
fastfetch fastfetch
''} ''}