Aidan Gauland
Aidan Gauland
That would work, but it seems less reliable. Especially as I am on a tabbed window-manager.
> Another potential idea is to create "screenshots" without images and just create a markdown page with the appropriate colors and fake image. Or maybe an html page? Not sure...
Blocked on homeport/termshot#102
The blocking issue in termshot has been fixed. @fdncred I see you have since added screenshots to the repo. What command did you use to produce the output shown there?
I think the problem is that the plugin packages are referenced only in a script given to `runCommand`. https://github.com/nix-community/home-manager/blob/a1a72d18ee75ce4559b5f59296a7b2d37f608c1c/modules/programs/nushell.nix#L281-L288 If we replace that with a `stdenv.mkDerivation` that has `cfg.plugins` as...
I have created a PR for this: vector-im/element-web#6422.
> > Also making an arbitrary file from the internet executable and running it sounds like such a great recipe... > Security-wise, there isn't much difference between marking a file...