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

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent e40d5b02f7
commit 889440aef8
6 changed files with 3 additions and 7 deletions
-1
View File
@@ -75,7 +75,6 @@ in
};
environment.systemPackages = [
inputs.nvim.packages.x86_64-linux.nvim
(pkgs.writeShellApplication {
name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ];