nix: Format with alejandra

This commit is contained in:
Donovan Glover
2023-06-08 17:28:09 -04:00
parent b94c99d67a
commit 3ad31d2df3

View File

@@ -1,4 +1,8 @@
{pkgs, nixpkgs-master, ...}: let
{
pkgs,
nixpkgs-master,
...
}: let
VARIABLES = import ../../src/variables.nix;
in {
programs.neovim.enable = true;