mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
theme cursor
This commit is contained in:
parent
ddc62ec800
commit
748ee1f3cf
|
|
@ -28,7 +28,7 @@ in {
|
|||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
size = 8;
|
||||
};
|
||||
file = {
|
||||
".local/share/fonts" = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue