Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 687 Bytes

Dotfiles

These dotfiles are now managed by yadm. See their docs for usage instructions.

OLD Nixos Install instructions (-ish)

  1. replace /etc/nixos/configuration.nix with import /home/<user>/nixos "hostname"
  2. add the unstable channel with nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable
  3. update channels with nix-channel --update
  4. build the system with sudo nixos-rebuild --switch
  5. set a user password with passwd <user>
  6. reboot and login as
  7. setup a wallpaper at ~/.config/wallpaper or the LOCK SCREEN WONT WORK
  8. symlink LLM templates with ln -s ~/dotfiles/llm-templates (llm templates path)