move more apps and separate unfree

This commit is contained in:
Noah Masur
2022-04-28 22:43:50 -04:00
parent c89df227e6
commit c797f5ab65
9 changed files with 50 additions and 35 deletions

View File

@ -9,6 +9,7 @@ in {
config = mkIf cfg.enable {
hardware.steam-hardware.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ steam ];
};