fix: move steam into infinidoge profile

This commit is contained in:
Infinidoge 2021-09-20 00:31:57 -04:00
parent 773357e622
commit 8d2699710c
2 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,8 @@
dconf.enable = true;
qt5ct.enable = true;
steam.enable = true;
};
fonts = {

View file

@ -4,6 +4,4 @@
extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ];
})
];
programs.steam.enable = true;
}