From 5c1b20a6d61b2f7529231920b81ae5226592e697 Mon Sep 17 00:00:00 2001 From: jmug Date: Sun, 1 Jun 2025 20:53:38 -0700 Subject: [PATCH] [Asahi] Add chromium and a non-default cursor. Signed-off-by: jmug --- hosts/asahi/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/asahi/home.nix b/hosts/asahi/home.nix index 4cf6cc8..ef1afed 100644 --- a/hosts/asahi/home.nix +++ b/hosts/asahi/home.nix @@ -30,8 +30,18 @@ in # Secret management. age sops + # Browsers + ungoogled-chromium ]; + pointerCursor = { + gtk.enable = true; + x11.enable = true; + hyprcursor.enable = true; + name = "Posy_Cursor_Black"; + package = pkgs."posy-cursors"; + }; + file = {} // yubikeyPublicKeyEntries; stateVersion = "25.05"; # Do not change!!!