From 400caafd12c2695b51143389acbd99353caffb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 20 Dec 2022 15:25:41 +0100 Subject: [PATCH] feat: custom cursor --- hosts/neodymium/configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index f698cbf..5a73d89 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -97,6 +97,17 @@ element-desktop ]; + home.pointerCursor = { + name = "Catppuccin-Mocha-Dark-Cursors"; + package = pkgs.catppuccin-cursors.mochaDark; + gtk.enable = true; + size = 32; + x11 = { + enable = true; + defaultCursor = "Catppuccin-Mocha-Dark-Cursors"; + }; + }; + programs.git = { enable = true; userName = "Laureηt"; @@ -171,7 +182,6 @@ before-sleep 'swaylock -f' ''; } - ]; keybindings = { # Start a terminal