From bb80a276f5bc23c884fe8af922d371b216bc5b4b Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 22:40:37 -0800 Subject: migration: cursor theme --- snowfall/modules/home/apps/i3/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'snowfall/modules/home') diff --git a/snowfall/modules/home/apps/i3/default.nix b/snowfall/modules/home/apps/i3/default.nix index acbdf97..e558e0a 100644 --- a/snowfall/modules/home/apps/i3/default.nix +++ b/snowfall/modules/home/apps/i3/default.nix @@ -9,6 +9,16 @@ in { }; config = mkIf cfg.enable { + #TODO: these probably shouldnt go here + home.packages = with pkgs; [ + kdePackages.breeze + ]; + + home.file.".Xresources".text = '' + Xcursor.size: 24 + Xcursor.theme: breeze_cursors + ''; + xsession.windowManager.i3 = { enable = true; config = let -- cgit v1.2.3