refactor: remove mentions of x86
This commit is contained in:
parent
409890686f
commit
a500d682bb
6 changed files with 21 additions and 26 deletions
home
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue