feat(stolas): add steam
This commit is contained in:
parent
d149303ed2
commit
cef93c482b
3 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,8 @@ let
|
||||||
"brgenml1lpr"
|
"brgenml1lpr"
|
||||||
"saleae-logic-2"
|
"saleae-logic-2"
|
||||||
"spotify"
|
"spotify"
|
||||||
|
"steam"
|
||||||
|
"steam-unwrapped"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixosSystem = nixpkgs.lib.nixosSystem;
|
nixosSystem = nixpkgs.lib.nixosSystem;
|
||||||
|
|
|
@ -15,11 +15,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
programs.steam.enable = true;
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
};
|
};
|
||||||
|
services.pulseaudio.support32Bit = true;
|
||||||
hardware.pulseaudio.support32Bit = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup";
|
repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup";
|
||||||
};
|
};
|
||||||
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue