theme cursor

This commit is contained in:
Your Name 2024-03-20 02:26:00 +03:00
parent ddc62ec800
commit 748ee1f3cf
2 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@ in {
x11.enable = true; x11.enable = true;
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic"; name = "Bibata-Modern-Classic";
size = 16; size = 8;
}; };
file = { file = {
".local/share/fonts" = { ".local/share/fonts" = {

View file

@ -8,10 +8,10 @@
time.timeZone = "Europe/Moscow"; time.timeZone = "Europe/Moscow";
i18n.defaultLocale = "en_GB.UTF-8"; i18n.defaultLocale = "en_GB.UTF-8";
i18n.extraLocaleSettings = { # i18n.extraLocaleSettings = {
#LC_TIME = "ru_RU.UTF-8"; # #LC_TIME = "ru_RU.UTF-8";
LC_ALL = "en_GB.UTF-8"; # #LC_ALL = "en_GB.UTF-8";
}; # };
# age.rekey = { # age.rekey = {
# hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGL2UD0frl9F2OPBiPlSQqxDsuACbAVgwH24F0KT14L delta@dlaptop"; # hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGL2UD0frl9F2OPBiPlSQqxDsuACbAVgwH24F0KT14L delta@dlaptop";
@ -57,6 +57,7 @@
QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORM = "wayland";
STEAM_FORCE_DESKTOPUI_SCALING = "1"; STEAM_FORCE_DESKTOPUI_SCALING = "1";
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
XCURSOR_SIZE = "16";
}; };
#services.dnscrypt-proxy2 = { #services.dnscrypt-proxy2 = {