This commit is contained in:
Miguel Palhas
2024-09-29 10:31:52 +01:00
commit 327b575dc5
16 changed files with 960 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ inputs, ... }: {
programs.zsh.enable = true;
programs.starship = {
enable = true;
settings = { add_newline = true; };
};
}