mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add steam-run
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
nixosConfigurations = let
|
||||
defaultModules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./modules/g810-led.nix
|
||||
./main/fonts.nix
|
||||
./main/general.nix
|
||||
./main/kernel.nix
|
||||
@@ -43,6 +42,7 @@
|
||||
modules = [
|
||||
./machines/hephaestus/configuration.nix
|
||||
./machines/hephaestus/hardware.nix
|
||||
./modules/g810-led.nix
|
||||
] ++ defaultModules;
|
||||
};
|
||||
hermes = nixpkgs.lib.nixosSystem {
|
||||
|
@@ -123,6 +123,7 @@
|
||||
nixpkgs-fmt
|
||||
nixpkgs-review
|
||||
rnix-lsp
|
||||
steam-run # can run unpatched binaries
|
||||
|
||||
# games
|
||||
steam
|
||||
|
Reference in New Issue
Block a user