Skip to content

Commit

Permalink
nix: fix unsupportedSystem for gpu-screen-recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquid authored Dec 23, 2024
1 parent 97e852c commit 1c56347
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
pkgs.glib
pkgs.bluez-tools
pkgs.grimblast
pkgs.gpu-screen-recorder
pkgs.brightnessctl
pkgs.gnome-bluetooth
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
Expand All @@ -67,7 +66,7 @@
pkgs.gvfs
pkgs.swww
pkgs.pywal
];
] ++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
};
});

Expand Down

0 comments on commit 1c56347

Please sign in to comment.