dustbowl: install posy's cursors

This commit is contained in:
joachimschmidt557 2023-03-13 23:18:35 +01:00
parent 0c88210de1
commit 12a0912db5
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 35 additions and 1 deletions

View file

@ -205,6 +205,8 @@
element-desktop
virt-manager
zotero
(callPackage ./posy-cursor-black.nix { })
];
# Use doas instead of sudo
@ -346,7 +348,7 @@
# Sway
programs.sway = {
extraSessionCommands = ''
export XCURSOR_THEME=Adwaita
export XCURSOR_THEME=posy-cursor-black
export _JAVA_AWT_WM_NONREPARENTING=1
'';
wrapperFeatures.gtk = true;