mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
theme.nix
This commit is contained in:
parent
5fda9bb420
commit
4f97a438c5
|
|
@ -22,13 +22,14 @@ in {
|
|||
adw-gtk3
|
||||
nerdfonts
|
||||
];
|
||||
#sessionVariables.XCURSOR_THEME = cursor-theme;
|
||||
#pointerCursor = {
|
||||
# package = cursor-package;
|
||||
# name = cursor-theme;
|
||||
# size = 24;
|
||||
# gtk.enable = true;
|
||||
#};
|
||||
#sessionVariables.XCURSOR_THEME = cursor-theme;
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
};
|
||||
file = {
|
||||
".local/share/fonts" = {
|
||||
recursive = true;
|
||||
|
|
@ -52,14 +53,6 @@ in {
|
|||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
#font.name = "Iosevka Malie";
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
{
|
||||
time.timeZone = "Europe/Moscow";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
#LC_TIME = "ru_RU.UTF-8";
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
LC_ALL = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
# age.rekey = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue