From 6ea8ae80e7adae36c2458638544297ed1f001d9c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 11 Oct 2023 20:57:15 +0200 Subject: [PATCH] add xone --- 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 1c83d54..ebc69f5 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -29,6 +29,7 @@ ''; programs.steam.enable = true; + hardware.xone.enable = true; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steamdeck-hw-theme" @@ -87,6 +88,7 @@ environment.systemPackages = with pkgs; [ ykfde firefox + linuxKernel.packages.linux_zen.xone ]; users.users.dominik = {