From d500abee84e5027caed4d38d4d059e4880216d1b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 28 Jun 2024 01:13:39 +0200 Subject: [PATCH] feat: add steam to core packages --- modules/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/default.nix b/modules/core/default.nix index fe1d57e..bdb2456 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -13,5 +13,6 @@ ++ [(import ./user.nix)] ++ [(import ./bluetooth.nix)] ++ [(import ./yubikey.nix)] + ++ [(import ./steam.nix)] ++ [(import ./wayland.nix)]; }