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, ... }: ''
|
{ lib, ulib, upkgs, theme, ... }: ''
|
||||||
${if ulib.isDesktop then ''
|
${lib.optionalString ulib.isServer ''
|
||||||
if (tty) == /dev/tty1 {
|
|
||||||
(Hyprland)
|
|
||||||
}
|
|
||||||
'' else ''
|
|
||||||
echo
|
echo
|
||||||
fastfetch
|
fastfetch
|
||||||
''}
|
''}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue