vesktop
This commit is contained in:
parent
5fc764a36f
commit
7627b1bd9f
|
@ -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
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue