var: update desktop to kde
This commit is contained in:
parent
ae6b051960
commit
956977f6c8
4 changed files with 11 additions and 3 deletions
|
|
@ -118,7 +118,9 @@ in
|
|||
};
|
||||
# setup cursor based on home.pointerCursor
|
||||
seat."*" = {
|
||||
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||
xcursor_theme = lib.mkIf (
|
||||
config.home.pointerCursor != null
|
||||
) "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||
hide_cursor = "when-typing enable";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue