fix cursors

This commit is contained in:
Sean Kovacs 2025-12-14 10:13:58 -05:00
commit 7772bb6b67
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 62 additions and 6 deletions

View file

@ -1,6 +1,17 @@
{ pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
{
systemd.user.sessionVariables = {
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
XCURSOR_PATH = config.userOptions.cursor.path;
};
xdg.configFile."rclone/synology.conf".text = ''
[synology]
type = sftp