From f34cb44e5bf71624dec4ed5239bd45b103974d8f Mon Sep 17 00:00:00 2001 From: mxx kee <94747363+amxamxa@users.noreply.github.com> Date: Tue, 14 May 2024 00:22:46 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index a8fca4d..0b83fef 100644 --- a/Installation.md +++ b/Installation.md @@ -72,15 +72,16 @@ sudo xbps-install thefuck ``` # nixOS -- my config is made with intended file - *configuration.nix* +- 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";