From 9e353184de88445bba41b26d6fdcfc221e70db31 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 30 Jan 2024 17:43:17 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33eeee7..72c4abd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ At the core of this installer it does the following: - Partition the drive of your choice - Installs a base of NixOS (`configuration.nix`) -- Installs a DE/WM of your choice (currently supporting GNOME, Plasma, Pantheon and Sway) - Installs needed packages for certain hardware +- Installs home-manager, sets the home.nix file into /etc/nixos/ so that it is updated with the rest of the system nix files are from [this repo](https://gitlab.com/ahoneybun/nix-configs/) but that can be changed as needed. @@ -20,8 +20,8 @@ Tested on the following architectures: This sets the hashedPassword to my own so you will need to update it to match your own as well as the username. I created the hash with this command: -``` -sudo mkpasswd -m sha-512 +```bash +mkpasswd -m sha-512 ``` ## Get Started