diff --git a/modules/core/default.nix b/modules/core/default.nix index 10428ec..36b87a6 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -16,6 +16,6 @@ ++ [ (import ./user.nix) ] ++ [ (import ./bluetooth.nix) ] ++ [ (import ./yubikey.nix) ] - ++ [ (import ./steam.nix) ] + # ++ [ (import ./steam.nix) ] ++ [ (import ./wayland.nix) ]; }