install steam using brew on macos
This commit is contained in:
+4
-2
@@ -3,8 +3,10 @@ self: { pkgs, ... }: {
|
||||
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages =
|
||||
[ pkgs.vim
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
curl
|
||||
git
|
||||
];
|
||||
|
||||
# Necessary for using flakes on this system.
|
||||
|
||||
Reference in New Issue
Block a user