fixed cursor environment variables
This commit is contained in:
parent
6c4eab1e9d
commit
326c2c3127
2 changed files with 7 additions and 6 deletions
|
@ -32,11 +32,6 @@
|
|||
|
||||
xwayland.force_zero_scaling = true;
|
||||
|
||||
env = [
|
||||
"XCURSOR_SIZE, 24"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
kb_variant = "";
|
||||
|
|
|
@ -1,11 +1,17 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
|
||||
environment.sessionVariables = {
|
||||
XCURSOR_SIZE = "18";
|
||||
HYPRCURSOR_SIZE = "18";
|
||||
};
|
||||
|
||||
home-manager.users.willifan = {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "Bibata-Modern-Classic";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 16;
|
||||
size = 18;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue