Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created August 11, 2017 19:04
Show Gist options
  • Save tilpner/314fac6fbfe6997f75528dc2f51950fd to your computer and use it in GitHub Desktop.
Save tilpner/314fac6fbfe6997f75528dc2f51950fd to your computer and use it in GitHub Desktop.
web = self.makeBubblewrap {
name = "web";
argv = "${self.firefox}/bin/firefox";
presets = p: with p; [ base x11 pulse gtk ];
rwBind = [ "~/.mozilla" "~/tmp" ];
};
irc = self.makeBubblewrap {
name = "irc";
argv = "${self.weechat}/bin/weechat";
rwBind = [ "~/.weechat" ];
rules = [
"setenv WEECHAT_PASSPHRASE \"$(${self.pass}/bin/pass app/weechat)\""
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment