mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:16:11 +01:00
ssh auth fix
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
home-manager,
|
||||
nixvim,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
@@ -69,6 +70,9 @@
|
||||
# Other options beside 'alejandra' include 'nixpkgs-fmt'
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
||||
|
||||
nixpkgs.overlays = [
|
||||
nixvim.overlays.default
|
||||
];
|
||||
# Your custom packages and modifications, exported as overlays
|
||||
overlays = import ./overlays {inherit inputs;};
|
||||
# Reusable nixos modules you might want to export
|
||||
|
||||
Reference in New Issue
Block a user