feat: waybar nvidia

This commit is contained in:
Kat Inskip 2025-07-27 22:13:26 -07:00
parent 9019d65fb4
commit 32588d7074
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
16 changed files with 89 additions and 236 deletions

View file

@ -1,12 +1,14 @@
{pkgs, ...}: {
home.packages = with pkgs; [
(discord-krisp.override {
withOpenASAR = true;
withMoonlight = true;
})
];
programs.moonlight = {
stylix.targets.vesktop.enable = false;
programs.vesktop = {
enable = true;
settings = {
autoUpdate = false;
autoUpdateNotification = false;
notifyAboutUpdates = false;
disableMinSize = true;
plugins = {
};
};
};
}