This commit is contained in:
Till 2023-05-19 09:56:05 +02:00
parent b5f913c929
commit c6f8864710
4 changed files with 13 additions and 1 deletions

View file

@ -26,6 +26,10 @@
shell = pkgs.fish;
};
programs.steam = {
enable = true;
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;