No description
- Shell 72.4%
- Nix 26.3%
- Python 1.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
dotfiles - jhol's Nix home-manager modules
Installation
In home.nix:
{ flakeInputs, self, config, pkgs, ... }: {
modules.jhol-dotfiles.all.enable = true;
}