Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 995 Bytes

File metadata and controls

36 lines (24 loc) · 995 Bytes

Caturday's Dotfiles

They use nix, nixOS and nix-darwin to setup their development env and share common aspects across systems. The editor of their choice is Neovim. You can get a copy of configuraion in this repo

To get started, symbolically link per system as follows

NixOS

Source Dest
nixos/etc /etc/nixos
nixos/home-manager ~/.config/home-manager

Do the same for following files, but copying

Source Dest
nixos/usr/lib/firmware/edid /usr/lib/firmware/edid

macOS

Symbolically link

Source Dest
nix-pkgs ~/.config/nixpkgs
nix-darwin /etc/nix-darwin

Developement

Neovim

Change XDG_CONFIG_HOME to repo root cause the configuration directory is otherwise managed by nix.