(Re)install Discord
This commit is contained in:
@@ -105,7 +105,7 @@ in
|
||||
# - Gaming -----------------------------------
|
||||
gaming.lutris.enable = true;
|
||||
gaming.steam.enable = true;
|
||||
app.discord.enable = false;
|
||||
app.discord.enable = true;
|
||||
};
|
||||
|
||||
# - Extra / Temporary --------------------------
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
[
|
||||
(import ./discord.nix { })
|
||||
(import ./nur.nix { nur = inputs.nur; })
|
||||
]
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{ ... }:
|
||||
(
|
||||
final: prev:
|
||||
{
|
||||
discord = prev.discord.overrideAttrs (_: {
|
||||
src = builtins.fetchTarball https://discord.com/api/download?platform=linux&format=tar.gz;
|
||||
});
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user