update config
This commit is contained in:
parent
a8f29dd15b
commit
8348ba1bf7
2 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,7 @@ export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
|
|||
export DOTNET_CLI_HOME="$XDG_CONFIG_HOME"/dotnet
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
|
||||
|
||||
alias dosbox="dosbox -conf "$XDG_CONFIG_HOME"/dosbox/dosbox.conf "
|
||||
|
|
|
@ -77,6 +77,11 @@
|
|||
swapDevices = [ ];
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
services.xserver.displayManager.lightdm.enable = false;
|
||||
services.monado = {
|
||||
enable = true;
|
||||
defaultRuntime = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
opengl = {
|
||||
|
|
Loading…
Reference in a new issue