add osu launch script
This commit is contained in:
parent
adfd624f6f
commit
0782725ff8
3 changed files with 24 additions and 1 deletions
|
|
@ -120,7 +120,11 @@ in rec {
|
|||
WINEARCH = "win64";
|
||||
|
||||
EDITOR = "nvim";
|
||||
PATH = "${config.xdg.dataHome}/npm/bin:$PATH";
|
||||
PATH = builtins.concatStringsSep ":" [
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
"${config.xdg.dataHome}/npm/bin"
|
||||
"$PATH"
|
||||
];
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue