Major update to coding capabilities

This commit is contained in:
2024-12-31 12:05:23 -04:00
parent 0a00b1dced
commit 1055ed071d
12 changed files with 389 additions and 239 deletions

View File

@@ -1,6 +1,6 @@
{...}: {
programs.starship = {
enable = true;
enable = false;
settings = builtins.fromTOML (builtins.readFile ./theme.toml);
};
}