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
+4
View File
@@ -0,0 +1,4 @@
{ inputs, ... }: {
programs.zsh.enable = true;
programs.starship.enable = true;
}