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