home/qtile-desktop: set a nice cursor theme
This commit is contained in:
parent
c27c75fbab
commit
bdc7f55467
1 changed files with 6 additions and 0 deletions
|
@ -282,6 +282,12 @@ in {
|
||||||
${pkgs.autorandr}/bin/autorandr -c
|
${pkgs.autorandr}/bin/autorandr -c
|
||||||
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
|
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pointerCursor = {
|
||||||
|
name = "Vanilla-DMZ-AA";
|
||||||
|
package = pkgs.vanilla-dmz;
|
||||||
|
size = 32;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue