diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-07 18:21:11 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-07 18:21:11 -0800 |
commit | a1835a4ae9eacf8cd0379e4cd1aa768218426967 (patch) | |
tree | 75d1b317c521252d1c3f03908a3a5064da6dd5c5 /README.org | |
parent | 26dd48fbfed00f620458e04fb42039986d32dd4c (diff) |
fix
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -17,15 +17,19 @@ and then on your NixOS system, run: # remove the single CHANGEME line nano ~/src/toughnix/configuration.nix - - sudo nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update - sudo nixos-rebuild switch --flake .#continuity-dell + bash ~/src/toughnix/stg2.sh + bash ~/src/toughnix/stg3.sh #+end_src Note the line where we run ~nano~; during this period you should change any hardware or person-specific settings, and also alter ~configuration.nix~ more if you are using an encrypted drive. After this process, reboot and log into your user. You will immediately be taken into Hyprland, and Emacs and Firefox will autostart. +** Troubleshooting +If you encounter an error in home-manager after building (can't start the home-manager process +because it can't resolve so-and-so hostname), run ~doas nixos-rebuild switch~, and possibly +wait a couple seconds before that. I've run into this issue before. Note that after building +this system, my system uses ~doas~ instead of ~sudo~. * Usage On your first install, you will be greeted with firefox, as well as EMacs. If Waybar doesn't appear, run ~hyprctl monitors~ in a terminal (Windows key + Enter), and you should see the monitors |