My Home Manager configuration.
Install Nix using the nix-installer:
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --prefer-upstream-nixAdd your user to the extra-trusted-users in your Nix configuration:
# /etc/nix/nix.custom.conf
extra-trusted-users = <user>
Clone the repository to your Home Manager configuration directory:
git clone https://github.com/sestrella/home-manager.config.git ~/.config/home-managerRun home-manager directly from the master branch to apply the configuration:
nix run home-manager/master -- switchAfter the first run, use the following command to apply additional configuration changes:
home-manager switchThis configuration was inspired by the following projects:
- https://github.com/nvim-lua/kickstart.nvim
- https://github.com/HugoReeves/nix-home
- https://github.com/gvolpe/nix-config
- https://github.com/ryantm/home-manager-template
I also got some inspiration from the following awesome lists:
This project is licensed under the MIT License.