diff --git a/config/zshrc b/config/zshrc index ebf5dc9..4a1efc4 100755 --- a/config/zshrc +++ b/config/zshrc @@ -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 " diff --git a/hosts/malachite/hardware-configuration.nix b/hosts/malachite/hardware-configuration.nix index fb3dae3..da77e9a 100644 --- a/hosts/malachite/hardware-configuration.nix +++ b/hosts/malachite/hardware-configuration.nix @@ -77,6 +77,11 @@ swapDevices = [ ]; services.xserver.videoDrivers = ["nvidia"]; + services.xserver.displayManager.lightdm.enable = false; + services.monado = { + enable = true; + defaultRuntime = true; + }; hardware = { opengl = {