From 96c6ae224e3e3f0b8a2a54a3a2f586989fdd655d Mon Sep 17 00:00:00 2001 From: lily Date: Thu, 25 Jul 2024 19:03:28 -0400 Subject: [PATCH] update: README.md note --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 677a68e..d96a2b2 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,20 @@ Configured for KDE Plasma Wayland on Nvidia. To change your username or any additional user settings, you must: - Create `./nixos/users/.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. ## Adjusting hardware configuration ---- - -**NOTE** - -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. +> [!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`. +> 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: - Create `./nixos/hardware/amd.nix` - Add `services.xserver.videoDrivers = [ "amdgpu" ];` ---- - ## Deployment If you would like to use these configuration files as is, you can install a NixOS system by: