From 909409ff29b31c3665a72d357f7452d9f509f4ae Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 11 Jun 2023 16:41:22 +0800 Subject: [PATCH] feat: udpate README for command 'fhs' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9d8df337..e26816a4 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,17 @@ flatpak search # 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: