#os/linux
Linux is great!
## Distributions
Some of my favourite distributions are
- EndeavourOS
- Arch Linux
- Linux Mint
- ZorinOS
## Naming
It is named after Linus Torvalds, who has the same name as me. Amazing!
## TODO
- Try out NixOS
## Some unrelated rust code
```
pub struct Note{
title: String,
content: String,
links: u8,
}
```