feat: cleaned up some stuff

This commit is contained in:
Nick 2024-10-11 15:20:01 -05:00
parent cbb7128218
commit de63708b61
22 changed files with 85 additions and 31 deletions

View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
steam
;
};
home = {
file = {
"./.steam/steam/steam_dev.cfg" = {
source = ./steam_dev.cfg;
};
};
};
}