chore: format all files to nixpkgs standards

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-01-16 11:33:01 -03:00
parent c089af45ef
commit 965ac78482
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
12 changed files with 152 additions and 121 deletions

View file

@ -4,6 +4,6 @@
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
package = (pkgs.callPackage ./package.nix {});
package = (pkgs.callPackage ./package.nix { });
};
}