mirror of
https://git.vim.wtf/wq/dotfiles.git
synced 2025-11-20 22:20:23 +00:00
Environment configs managed with Nix and home-manager
| .ref_configs | ||
| home | ||
| modules | ||
| nixos | ||
| overlays | ||
| pkgs | ||
| .envrc | ||
| .gitignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| nixpkgs.nix | ||
| README.md | ||
| shell.nix | ||
Config files
Nix
I've started the process of leveraging Nix to manage my system configurations. This repo holds files used for managing user environments with Home Manager, largely adapted from the wonderful examples at nix-starter-configs and the same author's more advanced nix-config, with later work borroweed from GaetanLepage/nix-config.