add language to code snippets

This commit is contained in:
2023-11-30 19:54:31 +01:00
parent 0f333b4496
commit 06e89102b8
4 changed files with 29 additions and 29 deletions

View File

@@ -40,12 +40,12 @@ On Linux, you can have as many desktop environments on a single system as you li
You can install a new desktop environment using your package manager. The desktop environments are usually so-called package groups, so you're going to be prompted to select what packages you want to install.
So, for example, if you want to install the `Xfce` desktop environment, you can do this by running:
```
```bash
yay -S xfce4
```
or if you don't have `yay`
```
```bash
sudo pacman -S xfce4
```