diff --git a/home/hyprland.nix b/home/hyprland.nix index ad910ec..e3cf61f 100755 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -56,8 +56,7 @@ }; exec-once = [ - "swww-daemon" - "dunst" + "qs" ]; "bind" = [ diff --git a/home/programs.nix b/home/programs.nix index 684ba1a..ba3cfc4 100755 --- a/home/programs.nix +++ b/home/programs.nix @@ -24,13 +24,15 @@ gnome-tweaks btop ventoy - obsidian playerctl (discord.override { withOpenASAR = true; # can do this here too withVencord = true; }) ]; + programs.obsidian = { + enable = true; + }; programs.git = { enable = true; settings = { diff --git a/home/stylix.nix b/home/stylix.nix index 143f5d4..d5e16cf 100755 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -17,6 +17,9 @@ vencord.enable = true; vencord.fonts.enable = true; gtksourceview.enable = false; + obsidian.vaultNames = [ + "notes" + ]; }; }; }