summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.nl>2026-07-21 20:28:13 +0200
committerJakub Stachurski <jakub@wilkuu.nl>2026-07-21 20:28:13 +0200
commit8da770badb7fe21df138e770c8d1a8b6c4604882 (patch)
tree947cc879a2b00c02e682f63cd6b8e0a36da6a742 /home-modules
parent381984fc596c3cf268d4bcf061164158fbcfb95a (diff)
nixfmt
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/apps/desktop/default.nix8
-rw-r--r--home-modules/theming.nix2
2 files changed, 4 insertions, 6 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index c1a8a84..16acc95 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -67,11 +67,9 @@ in
];
})
(lib.mkIf cfg.note-taking.enable {
- home.packages =
- with pkgs;
- [
- obsidian
- ];
+ home.packages = with pkgs; [
+ obsidian
+ ];
# Todo force synthing to be on here
})
(lib.mkIf cfg.art.enable {
diff --git a/home-modules/theming.nix b/home-modules/theming.nix
index 23dc0e0..6655f3b 100644
--- a/home-modules/theming.nix
+++ b/home-modules/theming.nix
@@ -21,7 +21,7 @@
};
home.pointerCursor = {
- enable = true;
+ enable = true;
gtk.enable = true;
package = pkgs.catppuccin-cursors.mochaDark;
name = "catppuccin-mocha-dark-cursors";