updated system config

This commit is contained in:
Natalie Marks 2024-06-23 05:26:40 -07:00
parent f97f95e93f
commit ff72e5e461

View file

@ -276,6 +276,11 @@
};
environment.variables.EDITOR = "nvim";
programs.steam = {
enable = true;
package = with pkgs; steam.override {extraPkgs = pkgs: [attr];};
};
# Allow unfree packages
# List packages installed in system profile. To search, run:
# $ nix search wget