aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/apps/i3/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 22:40:37 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:49 -0700
commitbb80a276f5bc23c884fe8af922d371b216bc5b4b (patch)
treed4a06ed17b17f6e2dd931877712b2e3986ebc934 /snowfall/modules/home/apps/i3/default.nix
parent7488b6f44fab0c36142587f60092236aeda4fecb (diff)
migration: cursor theme
Diffstat (limited to 'snowfall/modules/home/apps/i3/default.nix')
-rw-r--r--snowfall/modules/home/apps/i3/default.nix10
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