nix: enable creating config file via home-manager (#109)

This commit is contained in:
Johan
2024-04-25 14:06:31 +02:00
committed by GitHub
parent 43c16a537b
commit 9edd2f7f3b
2 changed files with 19 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ enable lan-mouse
enable = true;
# systemd = false;
# package = inputs.lan-mouse.packages.${pkgs.stdenv.hostPlatform.system}.default
# Optional configuration in nix syntax, see config.toml for available options
# settings = { };
};
};
}