mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:46:33 +01:00
use ffmpeg full
This commit is contained in:
parent
4702b81348
commit
d8b40824d5
2 changed files with 8 additions and 4 deletions
|
@ -26,10 +26,10 @@ in
|
|||
|
||||
carapace.enable = true;
|
||||
carapace.enableNushellIntegration = true;
|
||||
carapace.package = pkgs.carapace.overrideAttrs {
|
||||
src = /home/jopejoe1/dev/carapace-bin/././././.;
|
||||
vendorHash = "sha256-z2sxm+qxSCU60kJqI6Rg9KQRizqgJlZWjvb0zxwSL2o=";
|
||||
};
|
||||
# carapace.package = pkgs.carapace.overrideAttrs {
|
||||
# src = /home/jopejoe1/dev/carapace-bin/././././.;
|
||||
# vendorHash = "sha256-z2sxm+qxSCU60kJqI6Rg9KQRizqgJlZWjvb0zxwSL2o=";
|
||||
# };
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
|
|
|
@ -134,6 +134,10 @@
|
|||
))
|
||||
jitsi-meet-electron
|
||||
thunderbird
|
||||
(ffmpeg-full.override {
|
||||
withTensorflow = true;
|
||||
withUnfree = true;
|
||||
})
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue