dotfiles/README.md

271 B

Dotfiles

My NixOS configuration.

Usage

Clone the repository to some directory. /etc/nixos/git in this example.

Set up configuration.nix:

{ ... }:

{
    imports = [
        ./hardware-configuration.nix
        ./git/machines/[machine].nix
    ];
}