aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/st/steam/module.nix (unfollow)
Commit message (Collapse)Author
2025-11-30modules/{common,steam,nixpkgs}: Disable SteamBenedikt Peetz
I have not used it for over 6 months.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-25modules/steam: Correctly allow the unfree dependencyBenedikt Peetz
2025-04-25{modules/steam,hosts/tiamat}: Activate againBenedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-05-24fix(modules/system/{tempfiles,services/steam}): Fix typosBenedikt Peetz
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-25Fix(system/services/steam): Install wine with steamSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-05-09Feat(system/services/steam): ModularizeSoispha
2023-05-09Fix(system/nixpkgs): Configure at a system levelSoispha
2023-05-09Fix(hm/pkgs/lutris): Remove bc of unfree licenseSoispha
I'm having a hard time telling nixpkgs, that steam may be installed, if it is required in the deps of lutris.
2023-04-09Style(treewide): FormatSoispha
2023-04-07Feat(hm/pkgs): Add lutrisene
Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid.