aboutsummaryrefslogtreecommitdiff
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
parent7488b6f44fab0c36142587f60092236aeda4fecb (diff)
migration: cursor theme
-rw-r--r--roles/home/desktop/default.nix7
-rw-r--r--snowfall/modules/home/apps/i3/default.nix10
2 files changed, 10 insertions, 7 deletions
diff --git a/roles/home/desktop/default.nix b/roles/home/desktop/default.nix
index 277c17d..43f0467 100644
--- a/roles/home/desktop/default.nix
+++ b/roles/home/desktop/default.nix
@@ -77,14 +77,7 @@ let cfg = config.home.roles.desktop; in {
i3-msg restart
'')
-
- kdePackages.breeze
];
-
- file.".Xresources".text = ''
- Xcursor.size: 24
- Xcursor.theme: breeze_cursors
- '';
};
};
}
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