Files
nix/home/modules/bruno.nix

8 lines
134 B
Nix

{ config, pkgs, ... }:
{
config = {
home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.bruno "--no-sandbox")) ];
};
}