5 lines
132 B
Nix
Raw Normal View History

{ pkgs, ... }: {
home.packages = with pkgs; [ vesktop ];
services.flatpak.packages = [ "dev.vencord.Vesktop/x86_64/stable" ];
}