style: format everything
This commit is contained in:
parent
ca77e23d40
commit
7c7e9317db
120 changed files with 1550 additions and 1655 deletions
|
|
@ -1,11 +1,6 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkEnableOption mkIf readFile;
|
||||
in
|
||||
{
|
||||
{...}: {
|
||||
home-manager.users.moritz.programs.nixvim = {
|
||||
plugins.hmts.enable = true;
|
||||
performance.combinePlugins.standalonePlugins = [ "hmts.nvim" ];
|
||||
performance.combinePlugins.standalonePlugins = ["hmts.nvim"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue