Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
/ home.nix Public archive

My user configuration files written in Nix

Notifications You must be signed in to change notification settings

akirak/home.nix

Repository files navigation

My home-manager configuration

I no longer maintain this repository. I have switched to a flake-based configuration.

Installation

First, install Nix. You can use a script contained in this repository:
bash ./install-nix.sh

You will need a local configuration in ~/local/identity.nix. Copy identity.sample.nix to the directory and modify it.

Perform an initial installation of home-manager using the following command:

nix-shell --command 'make install'

Switch the configuration by running the following command:

nix-shell --command 'make home-manager'