Add specific links to the ArchWiki for Nix graphical accel, desktop integration, and locale warnings

Anthony Wang 2024-03-07 14:36:26 +00:00
parent 2090f2f21e
commit 1b65e9a19b

14
Nix.md

@ -23,8 +23,16 @@ Now add the `~/.nix-profile/bin` directory to your `$PATH`. For Fish, you can do
| Upgrade all packages | nix-env -u | nix-env -u |
| Uninstall package | nix-env -e pkg_name | nix-env -e sakura |
Note: Installed binaries are stored in ~/.nix-profile/bin
## Tips and tricks
For graphical acceleration, desktop integration, and fixing locale warnings, consult the [ArchWiki](https://wiki.archlinux.org/title/Nix).
### Graphical acceleration
See the [ArchWiki](https://wiki.archlinux.org/title/Nix#Graphical_acceleration).
### Desktop integration
See the [ArchWiki](https://wiki.archlinux.org/title/Nix#Desktop_integration).
### Fix locale warnings
See the [ArchWiki](https://wiki.archlinux.org/title/Nix#Locale_warnings).