From 7e61d622579e146e12155967ee1e7a4c9342de2c Mon Sep 17 00:00:00 2001 From: lucy Date: Mon, 9 Mar 2026 10:35:33 +0100 Subject: [PATCH] switch out awww and dunst for quickshell in hyprland config --- home/hyprland.nix | 3 +-- home/programs.nix | 4 +++- home/stylix.nix | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) 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" + ]; }; }; }