diff --git a/home/afoucaultc/home-laptop.nix b/home/afoucaultc/home-laptop.nix index dace4f9..26df0e6 100644 --- a/home/afoucaultc/home-laptop.nix +++ b/home/afoucaultc/home-laptop.nix @@ -26,6 +26,7 @@ # dotfiles links ./dotfiles_apps.nix ]; + home.pointerCursor.enable = true; # désactivation de stylix pour des logiciels lourds comme inkscape stylix.targets.gtksourceview.enable = false; } diff --git a/home/afoucaultc/home.nix b/home/afoucaultc/home.nix index ce4c764..aaf5672 100644 --- a/home/afoucaultc/home.nix +++ b/home/afoucaultc/home.nix @@ -26,4 +26,5 @@ # dotfiles links ./dotfiles_apps.nix ]; + home.pointerCursor.enable = true; }