tweaks
This commit is contained in:
parent
933811ad5b
commit
4ac9491466
2 changed files with 11 additions and 9 deletions
|
|
@ -21,12 +21,14 @@
|
|||
autocd = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
envExtra = ''
|
||||
NIXPKGS_ALLOW_UNFREE=1
|
||||
WINEPREFIX="~/.wine"
|
||||
WINEARCH="win64"
|
||||
DISPLAY=":0"
|
||||
EDITOR="nvim"
|
||||
PORT="3000"
|
||||
export NIXPKGS_ALLOW_UNFREE=1
|
||||
export NIXPKGS_ALLOW_INSECURE=1
|
||||
export NH_FLAKE=${flake-path}
|
||||
export WINEPREFIX="~/.wine"
|
||||
export WINEARCH="win64"
|
||||
export DISPLAY=":0"
|
||||
export EDITOR="nvim"
|
||||
export PORT="3000"
|
||||
'';
|
||||
shellAliases = {
|
||||
"cd-gvfs" = "cd /run/user/$(id -u)/gvfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue