feat: zola...

This commit is contained in:
Kat Inskip 2025-07-08 01:58:53 -07:00
parent 385262f29b
commit 64f6e0ec2d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 18 additions and 3 deletions

View file

@ -8,10 +8,15 @@ in {
home.packages = with pkgs; [
(discord-krisp.override {
withOpenASAR = true;
withMoonlight = true;
withVencord = false; # can do this here too
})
legcord
#dorion
#betterdiscordctl
];
programs.moonlight-mod = {
enable = true;
};
}