samueljoli / lakay

Nix flake to manage developer environment packages and configuration files.
0 stars 0 forks source link

🛠 Setup #2

Open samueljoli opened 3 months ago

samueljoli commented 3 months ago

The idea

The idea is to use home-manager to manage my binaries and dotfile configurations. The hope is that I can do this in a composable way. For example it would be nice to define a base flake, and then a work specific flake that builds off of the base flake.

As it pertains to managing dotfiles. I should stick to doing things the way they're defined by the program and not doing it the nix way. An example is setting up neovim, using neovim's patterns and not using nixvim.

💾 API dev

👾 Languages