nix auto formatter

This commit is contained in:
Dea 2026-01-08 13:39:02 -05:00
parent 664bd99203
commit c2b4c31837
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;
}
}