mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Use correct function
This commit is contained in:
parent
4637d712b6
commit
6bd8a74dc4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, ulib, upkgs, theme, ... }: ''
|
||||
${lib.optionals ulib.isDesktop ''
|
||||
${lib.optionalString ulib.isDesktop ''
|
||||
if (tty) == /dev/tty1 {
|
||||
(Hyprland)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue