From b1361732e85b40c58d4149e8ea164b73ce03c5b4 Mon Sep 17 00:00:00 2001 From: mxx kee <94747363+amxamxa@users.noreply.github.com> Date: Tue, 14 May 2024 00:21:01 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Installation.md b/Installation.md index f7e59a4..97c6f89 100644 --- a/Installation.md +++ b/Installation.md @@ -69,4 +69,20 @@ sudo pip install thefuck # Void Linux ```bash sudo xbps-install thefuck +``` + +#nixOS +- my config is made with intended file + *configuration.nix* +- this config is without flakes +```nix + environment.systemPackages [ + # ... + # tba + thefuck # app which corrects your previous console command + ]; + programs.thefuck = { + enable = true; + alias = "fuck"; + }; ``` \ No newline at end of file