vesktop
This commit is contained in:
parent
5fc764a36f
commit
7627b1bd9f
|
@ -8,6 +8,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
cfg = config.modules.desktop.chat.discord;
|
cfg = config.modules.desktop.chat.discord;
|
||||||
|
hyprland = config.modules.desktop.hyprland;
|
||||||
in {
|
in {
|
||||||
options.modules.desktop.chat.discord = {
|
options.modules.desktop.chat.discord = {
|
||||||
enable = lib.mkEnableOption false;
|
enable = lib.mkEnableOption false;
|
||||||
|
@ -18,6 +19,8 @@ in {
|
||||||
(pkgs.discord.override {
|
(pkgs.discord.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
})
|
})
|
||||||
|
pkgs.vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue