These dotfiles are now managed by yadm. See their docs for usage instructions.
- replace
/etc/nixos/configuration.nixwithimport /home/<user>/nixos "hostname" - add the unstable channel with
nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable - update channels with
nix-channel --update - build the system with
sudo nixos-rebuild --switch - set a user password with
passwd <user> - reboot and login as
- setup a wallpaper at
~/.config/wallpaperor the LOCK SCREEN WONT WORK - symlink LLM templates with
ln -s ~/dotfiles/llm-templates (llm templates path)