feat: udpate README for command 'fhs'

This commit is contained in:
Ryan Yin
2023-06-11 16:41:22 +08:00
parent 408d7dfd95
commit 909409ff29

View File

@@ -74,6 +74,17 @@ flatpak search <keyword>
# search on website is also supported: https://flathub.org/
```
## Run unmodified binaries on NixOS
> the `fhs` command is defined at [./modules/nixos/core-desktop.nix#L145](https://github.com/ryan4yin/nix-config/blob/v0.0.5/modules/nixos/core-desktop.nix#L145)
```shell
# Activating FHS drops me in a shell which looks like a "normal" Linux
$ fhs
(fhs) $ ls /usr/bin
(fhs) $ ./bin/code
```
## Other Interesting Dotfiles
Other configurations that inspired me: