Skip to content

dmarcoux/dotfiles

Repository files navigation

I decided to create this repository to backup my dotfiles, but also to share what I use. It's a way to give back to the community, since I was inspired by a few repositories on GitHub and it helped me tremendously in fine-tuning my setup. I use Linux, more specifically NixOS, so be aware that I haven't used my dotfiles on another OS or Linux distribution.

Explanations

This repository is structured as follow:

  • home-manager: User configuration with home-manager

  • hosts: Host specific configuration

  • nixos: System configuration which applies to all users and hosts

Install From Scratch on a New NixOS System

Refer to INSTALL.md.

How to Update to a New NixOS Version

Refer to UPDATE.md.

Credits

The blog post Migration to NixOS really helped me in understanding how to setup NixOS and especially home-manager.