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
|
nixosConfigurations = let
|
||||||
defaultModules = [
|
defaultModules = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
./modules/g810-led.nix
|
|
||||||
./main/fonts.nix
|
./main/fonts.nix
|
||||||
./main/general.nix
|
./main/general.nix
|
||||||
./main/kernel.nix
|
./main/kernel.nix
|
||||||
@@ -43,6 +42,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./machines/hephaestus/configuration.nix
|
./machines/hephaestus/configuration.nix
|
||||||
./machines/hephaestus/hardware.nix
|
./machines/hephaestus/hardware.nix
|
||||||
|
./modules/g810-led.nix
|
||||||
] ++ defaultModules;
|
] ++ defaultModules;
|
||||||
};
|
};
|
||||||
hermes = nixpkgs.lib.nixosSystem {
|
hermes = nixpkgs.lib.nixosSystem {
|
||||||
|
@@ -123,6 +123,7 @@
|
|||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
steam-run # can run unpatched binaries
|
||||||
|
|
||||||
# games
|
# games
|
||||||
steam
|
steam
|
||||||
|
Reference in New Issue
Block a user