switched from discord to webcord

This commit is contained in:
ISnortPennies 2022-09-11 22:54:36 -04:00
parent c56505cbbe
commit 5a88e315f0
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, callPackage, ... }:
{ config, pkgs, callPackage, webcord, ... }:
{
environment.systemPackages = with pkgs; [
wget
@ -15,7 +15,6 @@ environment.systemPackages = with pkgs; [
alsa-utils
btrfs-progs #for external harddrive
#user/gui
(discord.override { nss = nss_latest; })
vlc
bitwarden
gimp
@ -43,5 +42,6 @@ environment.systemPackages = with pkgs; [
gcc #for neovim tree-sitter
nix-tree
git-filter-repo
webcord.packages.${pkgs.system}.default
];
}