refactor(desktop): remove discord import
Remove discord from desktop feature imports.
This commit is contained in:
parent
dda958a8fd
commit
bc4321a3cc
2 changed files with 0 additions and 16 deletions
|
@ -5,7 +5,6 @@
|
|||
}: {
|
||||
imports = [
|
||||
./cava
|
||||
./discord
|
||||
./dunst
|
||||
./mpv
|
||||
./obs
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
discord = prev.discord.override {withOpenASAR = true;};
|
||||
})
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
betterdiscordctl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue