1
0
forked from extern/nix-config

nix: Format with alejandra

This commit is contained in:
Donovan Glover 2023-06-08 17:28:09 -04:00
parent b94c99d67a
commit 3ad31d2df3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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