dustbowl: install posy's cursors
This commit is contained in:
parent
0c88210de1
commit
12a0912db5
3 changed files with 35 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue