mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
9 lines
128 B
Nix
9 lines
128 B
Nix
{
|
|
assembleWrapper,
|
|
pkgs,
|
|
...
|
|
}:
|
|
assembleWrapper {
|
|
basePackage = pkgs.marktext;
|
|
flags = ["--disable-gpu"];
|
|
}
|