diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:40:37 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | bb80a276f5bc23c884fe8af922d371b216bc5b4b (patch) | |
| tree | d4a06ed17b17f6e2dd931877712b2e3986ebc934 /snowfall/modules/home | |
| parent | 7488b6f44fab0c36142587f60092236aeda4fecb (diff) | |
migration: cursor theme
Diffstat (limited to 'snowfall/modules/home')
| -rw-r--r-- | snowfall/modules/home/apps/i3/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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 |