fix cursors
This commit is contained in:
parent
7d3236a75f
commit
7772bb6b67
3 changed files with 62 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue