added unstable and fixed discord

This commit is contained in:
chloe 2025-01-01 19:45:47 +01:00
parent d66a08f8f2
commit cbd0958e16
4 changed files with 19 additions and 2 deletions

View file

@ -3,6 +3,6 @@
imports = [
./neovim.nix
./flatpak.nix
# ./discord.nix
./discord.nix
];
}

View file

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
(discord.override {
withOpenASAR = true; # can do this here too
withVencord = true;
})
];