diff --git a/hosts/musk/configuration.nix b/hosts/musk/configuration.nix index b9868c3..ba0fded 100644 --- a/hosts/musk/configuration.nix +++ b/hosts/musk/configuration.nix @@ -58,7 +58,7 @@ in { mods.boot.enable = true; mods.theme.enable = true; - mods.theme.scheme = "woodland"; + mods.theme.scheme = "oxocarbon-dark"; mods.theme.wallpaper = ./wallpaper.png; services.xserver.windowManager.i3.enable = true; @@ -77,10 +77,10 @@ in { }; # Hardware preferences - environment.variables = { - WINIT_HIDPI_FACTOR = "1"; - WINIT_X11_SCALE_FACTOR = "1"; - }; + # environment.variables = { + # WINIT_HIDPI_FACTOR = "1"; + # WINIT_X11_SCALE_FACTOR = "1"; + # }; ## Monitors mods.monitors = {