update: README.md note
This commit is contained in:
parent
f802f641ae
commit
96c6ae224e
1 changed files with 4 additions and 9 deletions
13
README.md
13
README.md
|
@ -7,25 +7,20 @@ Configured for KDE Plasma Wayland on Nvidia.
|
||||||
To change your username or any additional user settings, you must:
|
To change your username or any additional user settings, you must:
|
||||||
|
|
||||||
- Create `./nixos/users/<your-name>.nix`, this can be copied from `luxzi.nix` in the same directory.
|
- Create `./nixos/users/<your-name>.nix`, this can be copied from `luxzi.nix` in the same directory.
|
||||||
- Import the newly created file in './nixos/configuration.nix'.
|
- Import the newly created file in `./nixos/configuration.nix`.
|
||||||
- Edit `./home-manager/home.nix` to the corresponding username and home directory.
|
- Edit `./home-manager/home.nix` to the corresponding username and home directory.
|
||||||
|
|
||||||
## Adjusting hardware configuration
|
## Adjusting hardware configuration
|
||||||
|
|
||||||
---
|
> [!NOTE]
|
||||||
|
> If you use an older Nvidia graphics card (i.e. before RTX 20 series), you do not need to modify `./nixos/hardware/nvidia.nix`.
|
||||||
**NOTE**
|
> Although if you use a newer Nvidia graphics card, it is advised to enable `open` to use the open-source kernel driver.
|
||||||
|
|
||||||
If you use an older Nvidia graphics card, you do not need to modify `./nixos/hardware/nvidia.nix`.
|
|
||||||
Although if you use a newer Nvidia graphics card, it is advised to enable `open` to use the open-source kernel driver.
|
|
||||||
|
|
||||||
To use AMD graphics cards:
|
To use AMD graphics cards:
|
||||||
|
|
||||||
- Create `./nixos/hardware/amd.nix`
|
- Create `./nixos/hardware/amd.nix`
|
||||||
- Add `services.xserver.videoDrivers = [ "amdgpu" ];`
|
- Add `services.xserver.videoDrivers = [ "amdgpu" ];`
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
If you would like to use these configuration files as is, you can install a NixOS system by:
|
If you would like to use these configuration files as is, you can install a NixOS system by:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue