mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 14:53:01 -04:00
Style: formatting
This commit is contained in:
parent
c6d2a9bf10
commit
70e622f996
5 changed files with 314 additions and 322 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue