many items
This commit is contained in:
parent
071ae90c08
commit
d737af3c7a
8 changed files with 54 additions and 16 deletions
|
|
@ -5,8 +5,19 @@
|
|||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
size = 14;
|
||||
};
|
||||
|
||||
# Ensure all X11 apps see the same cursor settings
|
||||
xresources.properties = {
|
||||
"Xcursor.theme" = "Bibata-Modern-Classic";
|
||||
"Xcursor.size" = 14;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "Bibata-Modern-Classic";
|
||||
XCURSOR_SIZE = "14";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = { package = pkgs.flat-remix-gtk; name = "Flat-Remix-GTK-Grey-Darkest"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue