base: add webcord

This commit is contained in:
2026-04-05 20:16:46 +02:00
parent b29aa805fd
commit 7f258ae248

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 ];
};