From fbe47d24e7f160be9bdfaf3960ec83aac6b0b1fa Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 1 May 2024 19:53:48 +0200 Subject: [PATCH] Same error with steam-run --- hosts/perso-desktop/default.nix | 1 - modules/system.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/perso-desktop/default.nix b/hosts/perso-desktop/default.nix index 38dddcd..51ef4f0 100644 --- a/hosts/perso-desktop/default.nix +++ b/hosts/perso-desktop/default.nix @@ -15,7 +15,6 @@ ../../modules/keymaps/us.nix ../../modules/bluetooth.nix ../../modules/pipewire.nix - ../../modules/nix-ld.nix # Include the results of the hardware scan. ./hardware-configuration.nix diff --git a/modules/system.nix b/modules/system.nix index 8d98de8..f986fe1 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -32,6 +32,8 @@ wayland-utils # For wayland-info command glxinfo clinfo + + steam-run ]; # Define a user account. Don't forget to set a password with ‘passwd’.