fix: only use 'nvim' flake as home manager module

This commit is contained in:
2026-01-31 10:17:41 +01:00
parent b22c5bc935
commit c048eb73c0
6 changed files with 3 additions and 7 deletions

View File

@@ -75,7 +75,6 @@ in
};
environment.systemPackages = [
inputs.nvim.packages.x86_64-linux.nvim
(pkgs.writeShellApplication {
name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ];