Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

tdemin/hm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Home Manager configuration

A quick way to bootstrap various development software on a local Linux machine.

Installing

Clone this repository to ~/.config/nixpkgs:

% git clone https://github.com/tdemin/hm.git ~/.config/nixpkgs

Build and activate the first home-manager generation (remember to add the necessary user@machine pair into flake.nix if needed):

% $EDITOR ~/.config/nixpkgs/flake.nix
% ~/.config/nixpkgs/install.sh -i

Updating

Run the updater script:

% ~/.config/nixpkgs/update.sh -u