diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 306433a..a555e97 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -12,6 +12,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + hardware.steam-hardware.enable = true; + networking.networkmanager.enable = true; nix.settings.experimental-features = ["nix-command" "flakes"];