chore: format all files to nixpkgs standards
This commit is contained in:
parent
c089af45ef
commit
965ac78482
12 changed files with 152 additions and 121 deletions
|
@ -4,6 +4,6 @@
|
|||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
package = (pkgs.callPackage ./package.nix {});
|
||||
package = (pkgs.callPackage ./package.nix { });
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue