reformat all nix code
1 file changed, 12 insertions(+), 8 deletions(-)
changed files
M user/settings/nix.nix → user/settings/nix.nix
@@ -1,7 +1,8 @@ -{ config -, pkgs -, lib -, ... +{ + config, + pkgs, + lib, + ... }: let toml = pkgs.formats.toml { };@@ -26,6 +27,7 @@ }; home.packages = with pkgs; [ cached-nix-shell + nil nixd angrr nix-update@@ -36,10 +38,12 @@ nixpkgs-lint nixpkgs-review lixPackageSet.nix-fast-build ]; - programs.emacs.extraPackages = epkgs: (with epkgs; [ - nix-mode - nix-update - ]); + programs.emacs.extraPackages = + epkgs: + (with epkgs; [ + nix-mode + nix-update + ]); programs.nixvim.plugins = { nix.enable = true; lsp.servers.nixd.enable = true;