move steam

This commit is contained in:
Henry Hiles 2025-08-16 12:45:25 -04:00
commit 5dc0de013d
No known key found for this signature in database
2 changed files with 0 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{pkgs, ...}: {
fonts = {
enableDefaultPackages = false;
packages = with pkgs; [inter nerd-fonts.fira-code twitter-color-emoji];
fontconfig.defaultFonts = rec {
serif = ["Inter"];

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.steam = {
enable = true;
extraCompatPackages = [pkgs.proton-ge-bin];
};
}