amaan can't into kernel
do 400 pushups per cache miss idiot
This commit is contained in:
parent
848ed62c5d
commit
4921973b9a
34 changed files with 3240 additions and 605 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
mkWrappers,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (mkWrappers pkgs) wrap;
|
||||
ui = config.rice.roles config.rice.palette.hex;
|
||||
imvConfig = pkgs.writeText "imv-config" ''
|
||||
[options]
|
||||
|
|
@ -12,14 +14,10 @@ let
|
|||
overlay_text_color=${ui.fg}
|
||||
overlay_background_color=${ui.surface}
|
||||
'';
|
||||
imvWrapped = pkgs.symlinkJoin {
|
||||
imvWrapped = wrap {
|
||||
name = "imv";
|
||||
paths = [ pkgs.imv ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/imv \
|
||||
--set imv_config "${imvConfig}"
|
||||
'';
|
||||
pkg = pkgs.imv;
|
||||
envs = { imv_config = "${imvConfig}"; };
|
||||
};
|
||||
in
|
||||
with pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue