Use my own nixvim config

This commit is contained in:
MFlossmann 2024-07-03 02:27:30 +02:00
parent 48387d08e3
commit dac6fbb252
10 changed files with 48 additions and 15 deletions

View file

@ -44,8 +44,6 @@
formatter = helperLib.forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
overlays = import ./overlays {inherit inputs;};
nixosConfigurations = {
remus = helperLib.mkSystem ./hosts/remus/configuration.nix;
};