Skip to content

albttx/nixpkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home-manager

This is the home of all my configuration

Installation

On thinkpad

# install nix
curl -L https://nixos.org/nix/install | sh -s -- --daemon

# install home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

# setup config
home-manager switch --flake .#thinkpad

On my surface

# install nix
curl -L https://nixos.org/nix/install | sh -s -- --no-daemon

# install home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

# setup config
home-manager switch --flake .#surface

About

My home config managed with nix and home-manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published