taiseiue's dotfiles
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$ nix run home-manager/master -- init --switchIn this directory.
$ home-manager switch --flake .#taiseiue@lilyThis 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@localtask switch:host