base: add webcord

This commit is contained in:
=
2026-04-05 20:16:46 +02:00
parent 81cc6f98e5
commit 1741044772

View File

@@ -21,7 +21,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment = {
systemPackages = with pkgs; [ vim ripgrep xdg-utils ];
systemPackages = with pkgs; [ vim ripgrep xdg-utils webcord ];
shells = with pkgs; [ bash ];
};