Update hp-omen.nix

This commit is contained in:
Aaron Honeycutt 2023-01-26 17:09:45 +00:00
parent 3a77df6884
commit 5aed1c4c00

View file

@ -14,4 +14,11 @@
# Allow Unfree # Allow Unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages =
with pkgs;
[
steam
];
} }