forked from foxora/nix
init
This commit is contained in:
commit
850d3c539b
66 changed files with 6115 additions and 0 deletions
10
homes/modules/de/awww.nix
Normal file
10
homes/modules/de/awww.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(inputs.awww.packages.${pkgs.stdenv.hostPlatform.system}.awww.overrideAttrs (old: {
|
||||
cargoBuildFlags = [ "--features=avif" ];
|
||||
buildInputs = (old.buildInputs or []) ++ [ pkgs.dav1d ];
|
||||
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ pkgs.pkg-config ];
|
||||
}))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue