Skip to content

taiseiue/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

362 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

taiseiue's dotfiles

Installation

1. Install Nix

And enable Nix flakes.

$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)
$ mkdir -p ~/.config/nix
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

2. Install home-manager

$ nix run home-manager/master -- init --switch

3. Switch at first time

In this directory.

$ home-manager switch --flake .#taiseiue@lily

Opt. Configure without git

This is used for temporary hosts or hosts that should not be managed by git.

$ cp hosts/local.example.nix hosts/local.nix
$ $EDITOR hosts/local.nix
$ home-manager switch --flake .#taiseiue@local

Usage

Switch

task switch:host

About

taiseiue's dotfiles

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors