mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add lutris and fix WINEPREFIX
This commit is contained in:
@@ -155,11 +155,7 @@ in
|
|||||||
export GOPATH=~/go
|
export GOPATH=~/go
|
||||||
export GOBIN=$GOPATH/bin
|
export GOBIN=$GOPATH/bin
|
||||||
export PATH=$PATH:$GOBIN
|
export PATH=$PATH:$GOBIN
|
||||||
|
export WINEPREFIX=~/.wine
|
||||||
export WINEPREFIX=~/.wine32
|
|
||||||
|
|
||||||
# homebrew for x86
|
|
||||||
export PATH=$PATH:/usr/local/homebrew/bin
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
modulesPath,
|
modulesPath,
|
||||||
pkgs,
|
pkgs,
|
||||||
unstable,
|
unstable,
|
||||||
|
master,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@@ -104,7 +105,8 @@ in
|
|||||||
libation
|
libation
|
||||||
lm_sensors
|
lm_sensors
|
||||||
logseq
|
logseq
|
||||||
# mitmproxy
|
master.lutris-unwrapped
|
||||||
|
mitmproxy
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
netdata
|
netdata
|
||||||
nfs-utils
|
nfs-utils
|
||||||
@@ -130,7 +132,6 @@ in
|
|||||||
virt-manager
|
virt-manager
|
||||||
vlc
|
vlc
|
||||||
whois
|
whois
|
||||||
wine
|
|
||||||
wine64
|
wine64
|
||||||
wireshark-qt
|
wireshark-qt
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user