Style: formatting

This commit is contained in:
blahai 2025-01-27 14:03:42 +02:00
parent c6d2a9bf10
commit 70e622f996
No known key found for this signature in database
5 changed files with 314 additions and 322 deletions

View file

@ -6,8 +6,7 @@ let
XDG_STATE_HOME = "$HOME/.local/state";
XDG_BIN_HOME = "$HOME/.local/bin";
XDG_RUNTIME_DIR = "/run/user/$UID";
in
{
in {
# global env
glEnv = {
inherit
@ -18,7 +17,7 @@ in
XDG_BIN_HOME
XDG_RUNTIME_DIR
;
PATH = [ "$XDG_BIN_HOME" ];
PATH = ["$XDG_BIN_HOME"];
};
sysEnv = {