mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
xsession.pointerCursor: .icons file for AwesomeWM (#2084)
This commit is contained in:
parent
06a98ba0fd
commit
aa36e2d6b4
1 changed files with 9 additions and 0 deletions
|
@ -79,5 +79,14 @@ in {
|
||||||
"gtk-cursor-theme-size" = cfg.size;
|
"gtk-cursor-theme-size" = cfg.size;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Set name in icons theme, for compatibility with AwesomeWM etc. See:
|
||||||
|
# https://github.com/nix-community/home-manager/issues/2081
|
||||||
|
# https://wiki.archlinux.org/title/Cursor_themes#XDG_specification
|
||||||
|
home.file.".icons/default/index.theme".text = ''
|
||||||
|
[icon theme]
|
||||||
|
Name=Default
|
||||||
|
Comment=Default Cursor Theme
|
||||||
|
Inherits=${cfg.name}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue