From f8f24ac865d7189f920407510461c24d16c316f3 Mon Sep 17 00:00:00 2001 From: afoucaultc Date: Fri, 10 Jul 2026 13:53:41 +0200 Subject: [PATCH] some fixes and comments --- home/afoucaultc/home-laptop.nix | 1 + home/afoucaultc/home.nix | 1 + 2 files changed, 2 insertions(+) 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; }