more fixes, base chrome config completed

This commit is contained in:
logical-code 2025-07-11 00:53:23 -04:00
parent 47a2ca341f
commit 7a30be49fb

View file

@ -22,7 +22,7 @@ in
mission-center mission-center
nixfmt-rfc-style nixfmt-rfc-style
]; ];
};
programs = { programs = {
chromium = { chromium = {
enable = true; enable = true;
@ -33,4 +33,5 @@ in
]; ];
}; };
}; };
};
} }