mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: use updated gpu-screen-recorder by timschumi which allows root-capture
This commit is contained in:
parent
7306bb2cf0
commit
b4b21b37fa
6 changed files with 28 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
inputs: [
|
||||
(import ./caddy.nix)
|
||||
(import ./scripts)
|
||||
(_final: prev: {
|
||||
|
@ -33,6 +33,8 @@
|
|||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
});
|
||||
gpu-screen-recorder = prev.callPackage "${inputs.nixpkgs-gpu-screen-recorder}/pkgs/applications/video/gpu-screen-recorder/default.nix" {};
|
||||
gpu-screen-recorder-gtk = prev.callPackage "${inputs.nixpkgs-gpu-screen-recorder}/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix" {};
|
||||
#pythonPackagesExtensions =
|
||||
# prev.pythonPackagesExtensions
|
||||
# ++ [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue