Miscellanious stuff

This commit is contained in:
Tomas Rivera
2026-03-18 15:34:33 +01:00
parent e31c2aff63
commit 234a407e3f
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@
../../modules/home-manager/librewolf.nix # privacy browser ../../modules/home-manager/librewolf.nix # privacy browser
../../modules/home-manager/cursor.nix # cursor (the icon not the app) ../../modules/home-manager/cursor.nix # cursor (the icon not the app)
../../modules/home-manager/ripgrep.nix # better grep ../../modules/home-manager/ripgrep.nix # better grep
../../modules/home-manager/obsidian.nix
]; ];
#programs.nixvim = { #programs.nixvim = {
+9
View File
@@ -0,0 +1,9 @@
{
config,
pkgs,
...
}: {
programs.obsidian = {
enable = true;
};
}
+1 -1
View File
@@ -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/ battery dashboard https://www.reddit.com/r/hyprland/comments/1rkiajd/a_beautiful_battery_system_dashboard_on_hyprland/