update config

This commit is contained in:
stitchy 2024-03-05 02:01:18 -08:00
parent a8f29dd15b
commit 8348ba1bf7
Signed by: stitchy
SSH key fingerprint: SHA256:p+xeQgmOvQ2br1d2STl5OnRRMef2LRqCtGA7SO4WYk0
2 changed files with 6 additions and 0 deletions

View file

@ -120,6 +120,7 @@ export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
export DOTNET_CLI_HOME="$XDG_CONFIG_HOME"/dotnet export DOTNET_CLI_HOME="$XDG_CONFIG_HOME"/dotnet
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
export CARGO_HOME="$XDG_DATA_HOME"/cargo export CARGO_HOME="$XDG_DATA_HOME"/cargo
export WLR_NO_HARDWARE_CURSORS=1
alias dosbox="dosbox -conf "$XDG_CONFIG_HOME"/dosbox/dosbox.conf " alias dosbox="dosbox -conf "$XDG_CONFIG_HOME"/dosbox/dosbox.conf "

View file

@ -77,6 +77,11 @@
swapDevices = [ ]; swapDevices = [ ];
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["nvidia"];
services.xserver.displayManager.lightdm.enable = false;
services.monado = {
enable = true;
defaultRuntime = true;
};
hardware = { hardware = {
opengl = { opengl = {