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/