steam broken?

This commit is contained in:
twoneis 2024-10-13 20:10:23 +02:00
parent c01495f972
commit 242f6349be
4 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
conf = {
apps.enable = true;
niri.enable = true;
games.enable = false;
games.enable = true;
extraLayout.enable = true;
vm.enable = false;

View file

@ -1,5 +1,5 @@
{ lib, config, pkgs, ... }: let
inherit (lib) mkIf;
inherit (lib) mkIf mkForce;
inherit (config) conf;
in {
imports = [
@ -15,6 +15,10 @@ in {
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = mkForce false;
};
# Bluetooth

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: let
{ config, ... }: let
inherit (config) conf;
in {
imports = [

View file

@ -21,7 +21,7 @@
name = "Steam Wrapped";
};
in mkIf conf.games.enable {
programs.steam.enable = true;
# programs.steam.enable = true;
programs.gamescope.enable = true;
programs.gamemode.enable = true;
@ -33,10 +33,8 @@ in mkIf conf.games.enable {
home-manager.users.${conf.username} = {
home.packages = [
pkgs.prismlauncher
pkgs.heroic
pkgs.itch
holo
steam-wrapped
# holo
# steam-wrapped
];
programs.mangohud = {