switch out awww and dunst for quickshell in hyprland config

This commit is contained in:
lucy 2026-03-09 10:35:33 +01:00
parent f555889d6a
commit 7e61d62257
3 changed files with 7 additions and 3 deletions

View File

@ -56,8 +56,7 @@
}; };
exec-once = [ exec-once = [
"swww-daemon" "qs"
"dunst"
]; ];
"bind" = [ "bind" = [

View File

@ -24,13 +24,15 @@
gnome-tweaks gnome-tweaks
btop btop
ventoy ventoy
obsidian
playerctl playerctl
(discord.override { (discord.override {
withOpenASAR = true; # can do this here too withOpenASAR = true; # can do this here too
withVencord = true; withVencord = true;
}) })
]; ];
programs.obsidian = {
enable = true;
};
programs.git = { programs.git = {
enable = true; enable = true;
settings = { settings = {

View File

@ -17,6 +17,9 @@
vencord.enable = true; vencord.enable = true;
vencord.fonts.enable = true; vencord.fonts.enable = true;
gtksourceview.enable = false; gtksourceview.enable = false;
obsidian.vaultNames = [
"notes"
];
}; };
}; };
} }