Run nix fmt
Format using `nixfmt-rfc-style`.
This commit is contained in:
parent
14a1f177a0
commit
7f2df5f726
24 changed files with 317 additions and 162 deletions
|
@ -1,7 +1,9 @@
|
|||
{ inputs }:
|
||||
{ pkgs, ... }:
|
||||
let system = pkgs.system;
|
||||
in {
|
||||
let
|
||||
system = pkgs.system;
|
||||
in
|
||||
{
|
||||
programs.neovim = inputs.opdavies-nvim.lib.mkHomeManager { inherit system; };
|
||||
|
||||
home.file.".markdownlint.yaml".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue