nix: set flake formatter to alejandra, do fmt

This commit is contained in:
surtur 2022-08-29 22:13:34 +02:00
parent a907d42366
commit 72d083fdf7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 23 additions and 18 deletions

@ -10,17 +10,22 @@
}; };
}; };
outputs = { nixpkgs, home-manager, ... }: outputs = {
let nixpkgs,
home-manager,
...
}: let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in { in {
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
homeConfigurations.vis = home-manager.lib.homeManagerConfiguration { homeConfigurations.vis = home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs;
# Specify your home configuration modules here, for example, # Specify your home configuration modules here, for example,
# the path to your home.nix. # the path to your home.nix.
modules = [ ./home.nix ]; modules = [./home.nix];
# Optionally use extraSpecialArgs # Optionally use extraSpecialArgs
# to pass through arguments to home.nix # to pass through arguments to home.nix