From e9adff9c686b5df7ea1b28d5dd0b4d0bdb8492fe Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 12 Feb 2025 10:25:05 +0100 Subject: [PATCH] added missing import --- hosts/goober/features/software/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/goober/features/software/steam.nix b/hosts/goober/features/software/steam.nix index 63d4bc4..5f0549b 100644 --- a/hosts/goober/features/software/steam.nix +++ b/hosts/goober/features/software/steam.nix @@ -1,4 +1,4 @@ -{config, pkgs, ...}: +{config, pkgs, lib, ...}: { programs.gamemode.enable = true;