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

@ -32,6 +32,8 @@ in rec {
}: {nixpkgs.overlays = [overlay-stable];})
config
outputs.nixosModules.default
(import ../overlays)
];
};
@ -49,6 +51,8 @@ in rec {
}: {nixpkgs.overlays = [overlay-stable];})
config
outputs.homeManagerModules.default
(import ../overlays)
];
};