Home to my personal configuration files.
- Nix as package manager.
- Home Manager to take care of my home directory on NixOS and non-NixOS.
- VSCodium and Neovim.
home
: Home Manager configuration;hosts
: hosts configurations;modules
: Nix Modules;nixos
: Common NixOS configurations;pkgs
: My custom packages;prelude
: collection of functions and attributes I use extensively throughout my configurations;templates
: Nix Flake templates that I use to start new projects or package existing ones.- Run
nix flake init -t github:ratsclub/dotfiles#templates.<template>
to use the templates. See the default.nix file for a complete list of available templates.
- Run