switch out awww and dunst for quickshell in hyprland config
This commit is contained in:
parent
f555889d6a
commit
7e61d62257
@ -56,8 +56,7 @@
|
||||
};
|
||||
|
||||
exec-once = [
|
||||
"swww-daemon"
|
||||
"dunst"
|
||||
"qs"
|
||||
];
|
||||
|
||||
"bind" = [
|
||||
|
||||
@ -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 = {
|
||||
|
||||
@ -17,6 +17,9 @@
|
||||
vencord.enable = true;
|
||||
vencord.fonts.enable = true;
|
||||
gtksourceview.enable = false;
|
||||
obsidian.vaultNames = [
|
||||
"notes"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user