This commit is contained in:
Sakooooo 2024-08-05 19:13:58 +04:00
parent 5fc764a36f
commit 7627b1bd9f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -8,6 +8,7 @@
}:
let
cfg = config.modules.desktop.chat.discord;
hyprland = config.modules.desktop.hyprland;
in {
options.modules.desktop.chat.discord = {
enable = lib.mkEnableOption false;
@ -18,6 +19,8 @@ in {
(pkgs.discord.override {
withOpenASAR = true;
})
pkgs.vesktop
];
};
}