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 = [
"swww-daemon"
"dunst"
"qs"
];
"bind" = [

View File

@ -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 = {

View File

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