cursor: fix cusror theme
This commit is contained in:
parent
cc15438637
commit
eba3f5bb42
3 changed files with 11 additions and 5 deletions
|
|
@ -12,6 +12,12 @@
|
|||
cursor = {
|
||||
package = breezex-cursor.packages.${system}.default;
|
||||
name = "BreezeX-Light";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
|
||||
# fix cursor size for some apps
|
||||
home.sessionVariables = {
|
||||
XCURSOR_SIZE = 24;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue