From d870db374c5d7c995b5e3343d9567c6e1d003696 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sat, 21 Jun 2025 21:10:24 +0200 Subject: [PATCH] still trying to get it working... --- hosts/tulkas/default.nix | 5 ++++- hosts/tulkas/hardware.nix | 2 +- modules/system/desktop/gaming.nix | 7 +++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hosts/tulkas/default.nix b/hosts/tulkas/default.nix index 42187aa..6c4c2cb 100644 --- a/hosts/tulkas/default.nix +++ b/hosts/tulkas/default.nix @@ -1,4 +1,6 @@ -{ config, ... }: +{ lib, config, ... }:let + inherit (lib) mkForce; +in { modules = { system.audio.enable = true; @@ -13,6 +15,7 @@ shell = { default = "zsh"; + toolset.git.enable = mkForce false; }; }; }; diff --git a/hosts/tulkas/hardware.nix b/hosts/tulkas/hardware.nix index 856f139..6cdc422 100644 --- a/hosts/tulkas/hardware.nix +++ b/hosts/tulkas/hardware.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, modulesPath, ... }: let inherit (lib.modules) mkDefault; in diff --git a/modules/system/desktop/gaming.nix b/modules/system/desktop/gaming.nix index b383dd4..0257346 100644 --- a/modules/system/desktop/gaming.nix +++ b/modules/system/desktop/gaming.nix @@ -12,6 +12,13 @@ in config = mkIf cfg.enable { jovian = { + # devices = { + # steamdeck = { + # enable = true; + # enableGyroDsuService = true; + # autoUpdate = true; + # }; + # }; steam = { enable = true; autoStart = true;