Format home.nix

This commit is contained in:
Leonora Tindall 2024-02-05 10:04:39 -06:00
parent 43bb15f179
commit 42c01a91f4
1 changed files with 27 additions and 27 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let inherit (lib) hm;
in
{
{
imports = [
./vim.nix
];