diff options
Diffstat (limited to 'snowfall/modules/home/apps/i3/default.nix')
| -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 |