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

Run kitty command as nixos user

This commit is contained in:
RGBCube 2023-11-13 19:09:18 +03:00
parent 93dd873884
commit 867aedf4ff
No known key found for this signature in database

View file

@ -13,9 +13,9 @@ $env.ENV_CONVERSIONS.PATH = {
} }
def hx [...arguments] { def hx [...arguments] {
kitty @ set-spacing padding=0 runuser --user nixos kitty @ set-spacing padding=0
^hx $arguments ^hx $arguments
kitty @ set-spacing padding=10 runuser --user nixos kitty @ set-spacing padding=10
} }