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:
parent
ea2f846e73
commit
a8408ca647
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue