enable steam os conf
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
};
|
||||
# environment.systemPackages = with pkgs; [inputs.jovian.packages.${system}.default];
|
||||
jovian.steam.enable = true;
|
||||
jovian.steam.autoStart = myConfig.nixos.enableSteamOS;
|
||||
jovian.steam.autoStart = true;
|
||||
jovian.steam.desktopSession = "hyprland";
|
||||
jovian.steam.user = "${myConfig.essentials.Username}";
|
||||
jovian.hardware.has.amd.gpu = true;
|
||||
@@ -26,13 +26,4 @@
|
||||
jovian.steamos.enableMesaPatches = true;
|
||||
|
||||
# jovian.devices.steamdeck.enableControllerUdevRules = true;
|
||||
|
||||
services.flatpak.enable = true;
|
||||
hardware = {
|
||||
xone.enable = true;
|
||||
};
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = pkgs.steam-run.args.multiPkgs pkgs;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user