1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: flake updates for desktop

This commit is contained in:
oddlama 2024-07-17 01:19:07 +02:00
parent 75b4bfd452
commit 9b6c4a0ca6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 4 additions and 27 deletions

View file

@ -1,4 +1,4 @@
inputs: [
_inputs: [
(import ./caddy.nix)
(import ./scripts)
(_final: prev: {
@ -33,8 +33,6 @@ inputs: [
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
# ++ [