From 8040c59a51285e2879e46e245bc9495fb3e20ab1 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 29 Sep 2023 16:27:26 +0200 Subject: [PATCH] add devices steamdeck --- hosts/steamdeck.cloonar.com/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 3cf8c05..2a85d8f 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -46,6 +46,8 @@ desktopSession = "sway"; }; + jovian.devices.steamdeck.enable = true; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;