No description
  • Shell 72.4%
  • Nix 26.3%
  • Python 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-31 21:28:31 -07:00
nix neovim: Removed conflicting plenary-nvim plugin 2026-08-31 21:28:31 -07:00
flake.lock ai-tools: add Hermes Agent Home Manager module and llm-agents.nix input 2026-07-20 10:24:57 -07:00
flake.nix nix: move pi-coding-agent and hermes-agent into separate package files 2026-07-21 09:26:24 -07:00
README.md Removed Ubuntu/Debian installation script 2023-06-30 14:18:53 +01:00

dotfiles - jhol's Nix home-manager modules

Installation

In home.nix:

{ flakeInputs, self, config, pkgs, ... }: {
  modules.jhol-dotfiles.all.enable = true;
}