diff --git a/home/theme.nix b/home/theme.nix index ee3b31e..c50ccdf 100644 --- a/home/theme.nix +++ b/home/theme.nix @@ -28,7 +28,7 @@ in { x11.enable = true; package = pkgs.bibata-cursors; name = "Bibata-Modern-Classic"; - size = 16; + size = 8; }; file = { ".local/share/fonts" = { diff --git a/hosts/dlaptop/configuration.nix b/hosts/dlaptop/configuration.nix index 37b4d11..49324ac 100644 --- a/hosts/dlaptop/configuration.nix +++ b/hosts/dlaptop/configuration.nix @@ -8,10 +8,10 @@ time.timeZone = "Europe/Moscow"; i18n.defaultLocale = "en_GB.UTF-8"; - i18n.extraLocaleSettings = { - #LC_TIME = "ru_RU.UTF-8"; - LC_ALL = "en_GB.UTF-8"; - }; + # i18n.extraLocaleSettings = { + # #LC_TIME = "ru_RU.UTF-8"; + # #LC_ALL = "en_GB.UTF-8"; + # }; # age.rekey = { # hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGL2UD0frl9F2OPBiPlSQqxDsuACbAVgwH24F0KT14L delta@dlaptop"; @@ -57,6 +57,7 @@ QT_QPA_PLATFORM = "wayland"; STEAM_FORCE_DESKTOPUI_SCALING = "1"; NIXOS_OZONE_WL = "1"; + XCURSOR_SIZE = "16"; }; #services.dnscrypt-proxy2 = {