feat: add comments, format all nix files

This commit is contained in:
Ryan Yin
2023-06-13 01:05:13 +08:00
parent 86114a4db1
commit dc0fc97cb9
47 changed files with 438 additions and 420 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
{
imports = [
../base/nushell
../base/core.nix
../base/git.nix
../base/development.nix
../base/media.nix
../base/starship.nix
./alacritty
./core.nix
];
@@ -34,4 +34,4 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}
}