From 9b6748e3401373fc7a951df66a2a2f061471c59a Mon Sep 17 00:00:00 2001 From: Sage Date: Fri, 30 Jan 2026 16:59:17 +0000 Subject: [PATCH] Change scheme --- hosts/musk/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {