From 14d7fda424b4f9adc49f01ada13a5851c2231886 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:09:10 +0300 Subject: [PATCH] set default --- modules/desktop/bspwm/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/desktop/bspwm/default.nix b/modules/desktop/bspwm/default.nix index 8e6618df..3a380956 100644 --- a/modules/desktop/bspwm/default.nix +++ b/modules/desktop/bspwm/default.nix @@ -70,11 +70,12 @@ in gtk = { theme.name = "vmix-dark-ruby"; iconTheme.name = "Vimix Ruby Dark"; - }; - pointerCursor = { - name = "Catppuccin-Mocha-Dark-Cursors"; + pointerCursor = { + name = "Catppuccin-Mocha-Dark-Cursors"; + + size = 16; + }; - size = 16; }; xdg.configFile = { bspwm = {