1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Use correct function

This commit is contained in:
RGBCube 2024-01-02 14:06:26 +03:00
parent 4637d712b6
commit 6bd8a74dc4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ $env.config.cursor_shape = {
$env.config.hooks = {
command_not_found: {||
${lib.optionals ulib.isDesktop ''
${lib.optionalString ulib.isDesktop ''
task status
| where label == boom
| get id

View file

@ -1,5 +1,5 @@
{ lib, ulib, upkgs, theme, ... }: ''
${lib.optionals ulib.isDesktop ''
${lib.optionalString ulib.isDesktop ''
if (tty) == /dev/tty1 {
(Hyprland)
}