mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
steam (and friends): migrate to by-name, small cleanups all over
- rename "steam-original" or "steam" to "steam-unwrapped", as that's what it is - rename "steam-fhsenv" to "steam", as that's what you actually want - remove some no-longer-relevant hacks
This commit is contained in:
parent
6ae5c7581c
commit
5c33791df3
11 changed files with 24 additions and 105 deletions
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.udev.packages = [
|
||||
pkgs.steamPackages.steam
|
||||
pkgs.steam-unwrapped
|
||||
];
|
||||
|
||||
# The uinput module needs to be loaded in order to trigger the udev rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue