From 234a407e3f1de279583a2299b7c13cb4bcc01c53 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:34:33 +0100 Subject: [PATCH] Miscellanious stuff --- hosts/laptop/home.nix | 1 + modules/home-manager/obsidian.nix | 9 +++++++++ todo | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 modules/home-manager/obsidian.nix diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 7e1b068..80f2286 100755 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -31,6 +31,7 @@ ../../modules/home-manager/librewolf.nix # privacy browser ../../modules/home-manager/cursor.nix # cursor (the icon not the app) ../../modules/home-manager/ripgrep.nix # better grep + ../../modules/home-manager/obsidian.nix ]; #programs.nixvim = { diff --git a/modules/home-manager/obsidian.nix b/modules/home-manager/obsidian.nix new file mode 100644 index 0000000..92ba88b --- /dev/null +++ b/modules/home-manager/obsidian.nix @@ -0,0 +1,9 @@ +{ + config, + pkgs, + ... +}: { + programs.obsidian = { + enable = true; + }; +} diff --git a/todo b/todo index b018f7a..70e477d 100644 --- a/todo +++ b/todo @@ -34,7 +34,7 @@ with quickshell: - maybe write some notification center + maybe write some notification center -- done. needs some style battery dashboard https://www.reddit.com/r/hyprland/comments/1rkiajd/a_beautiful_battery_system_dashboard_on_hyprland/