[fix] *.nix: reformat with alejandra

This commit is contained in:
Jalil David Salamé Messina 2024-05-04 20:57:33 +02:00
parent 876dc45719
commit 39c2fb096c
Signed by: jalil
GPG key ID: F016B9E770737A0B
26 changed files with 565 additions and 562 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, ... }@opts:
{
imports = [ ./options.nix ];
{pkgs, ...} @ opts: {
imports = [./options.nix];
config.programs.nixvim = (import ./nixvim.nix opts).config;
}