summaryrefslogtreecommitdiff
path: root/home-modules/apps
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/apps
parent381984fc596c3cf268d4bcf061164158fbcfb95a (diff)
nixfmt
Diffstat (limited to 'home-modules/apps')
-rw-r--r--home-modules/apps/desktop/default.nix8
1 files changed, 3 insertions, 5 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 {