mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: zola...
This commit is contained in:
parent
385262f29b
commit
64f6e0ec2d
5 changed files with 18 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue