nix auto formatter

This commit is contained in:
Albert Zhang 2026-01-08 13:39:02 -05:00
parent c168b3f0c1
commit fad8d83815
6 changed files with 44 additions and 27 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ...}:
{ config, pkgs, ... }:
{
# Enables nix commands + flakes
@ -21,8 +21,7 @@
syncplay
];
programs.neovim =
{};
programs.neovim = { };
home.sessionPath = [
"$HOME/.local/bin"
@ -43,4 +42,4 @@
};
programs.home-manager.enable = true;
}
}