still trying to get it working...

This commit is contained in:
Chris Kruining 2025-06-21 21:10:24 +02:00
parent bca8e8c03c
commit d870db374c
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
3 changed files with 12 additions and 2 deletions

View file

@ -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;
};
};
};

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
let
inherit (lib.modules) mkDefault;
in

View file

@ -12,6 +12,13 @@ in
config = mkIf cfg.enable {
jovian = {
# devices = {
# steamdeck = {
# enable = true;
# enableGyroDsuService = true;
# autoUpdate = true;
# };
# };
steam = {
enable = true;
autoStart = true;