refactor: remove mentions of x86

This commit is contained in:
matt1432 2023-12-08 12:48:48 -05:00
parent 409890686f
commit a500d682bb
6 changed files with 21 additions and 26 deletions

View file

@ -1,5 +1,9 @@
{nixpkgs-wayland, ...}: let
waypkgs = nixpkgs-wayland.packages.x86_64-linux;
{
nixpkgs-wayland,
pkgs,
...
}: let
waypkgs = nixpkgs-wayland.packages.${pkgs.system};
in {
programs = {
obs-studio = {