mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update README.md
This commit is contained in:
parent
c827e9e30e
commit
9e353184de
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ At the core of this installer it does the following:
|
||||||
|
|
||||||
- Partition the drive of your choice
|
- Partition the drive of your choice
|
||||||
- Installs a base of NixOS (`configuration.nix`)
|
- 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 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.
|
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:
|
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:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sudo mkpasswd -m sha-512
|
mkpasswd -m sha-512
|
||||||
```
|
```
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue