My attempt to create and maintain Home-manager configuraiton files
Where I store them : ~/.config/home-manager
My attempt to create and maintain NixOS configuraiton files
Where I store them : ~/sources/nix-config
what I do to deploy them (not tested) :
- On NixOS :
nix run nixpkgs#topgrade --config ~/sources/nix-config/packages/topgrade/topgrade.toml - other : need to install Topgrade first :
topgrade --config ~/sources/package/topgrade/topgrade.toml
See TODO for a list of tasks to be completed.