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 = [
|
exec-once = [
|
||||||
"swww-daemon"
|
"qs"
|
||||||
"dunst"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
"bind" = [
|
"bind" = [
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user