Skip to content

sestrella/home-manager.config

Repository files navigation

Home Manager Configuration

build

My Home Manager configuration.

Requirements

Install Nix via nix-installer. Alternatively, use the official Nix installer and enable Flakes.

Optionally, mark your user as a trusted user in the global Nix configuration file

# /etc/nix/nix.conf
extra-trusted-users = <user>

Getting Started

Clone the repository:

git clone https://github.com/sestrella/nix-darwin-config.git ~/.config/home-manager

Active the configuration for the first time:

nix run home-manager/release-23.11 -- switch

Note: For future activations, run the home-manager switch command.

Credits

A list of projects that inspired me to write this one:

I also took some ideas from the following Awesome lists: