diff --git a/flake.nix b/flake.nix index f75914da..8eeb258e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { outputs = { self, nixpkgs, home-manager, hyprland, stylix, nix-gaming, crystal-flake, ... } @ attrs: let VARIABLES = import ./src/variables.nix; in { - formatter."${VARIABLES.system}" = nixpkgs.legacyPackages."${VARIABLES.system}".alejandra; + formatter."${VARIABLES.system}" = nixpkgs.legacyPackages."${VARIABLES.system}".nixpkgs-fmt; nixosConfigurations."${VARIABLES.hostname}" = nixpkgs.lib.nixosSystem { system = VARIABLES.system;