mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Updated Installation (markdown)
parent
745311911e
commit
f34cb44e5b
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user