halve cursor size for consistency as it was massive on some apps but not others (settings elsewhere)

enabled pass-secret-service in home.nix for use with protonmail-bridge
This commit is contained in:
Gabriella Bere 2024-09-01 02:37:25 +01:00
parent 24fc8ee5b0
commit b839e40ede

View file

@ -18,13 +18,16 @@
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
home.stateVersion = "24.05";
services.pass-secret-service.enable = true;
# Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault
home.pointerCursor =
let
getFrom = url: hash: name: {
gtk.enable = true;
x11.enable = true;
name = name;
size = 48;
size = 24;
package =
pkgs.runCommand "moveUp" {} ''
mkdir -p $out/share/icons