This repository contains my dotfiles for my NixOS system.
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
Available devices:
- alphicta (my Victus 16-e0003nq laptop)
- bethium (work pc)
sudo nixos-rebuild switch --flake .#<hostname>
You can update the pinned flake packages with nix flake update
.
Initialize and update the submodule
git submodule init
git submodule update
Enable submodules when building
sudo nixos-rebuild switch --flake ".?submodules=1#<hostname>"