sudo nixos-rebuild switch --flake .#$(hostname)
or
sudo nixos-rebuild switch --flake .#bumblebee
home-manager switch --flake .#$(whoami)@$(hostname)
or
home-manager switch --flake .#fsequeira@bumblebee
# on first run might need to add git to the packages on /etc/nixos/configuration.nix
# and then the commands bellow, after that you can use home-
nix-shell -p git
nix build .#[email protected] && ./result/activate
nix flake update
nix flake lock --update-input home-manager
sudo nixos-rebuild switch --flake .#bumblebee --show-trace -L
sudo nix-store --repair --verify --check-contents