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
|
# nixOS
|
||||||
- my config is made with intended file
|
- my config is made with intended file `configuration.nix`
|
||||||
*configuration.nix*
|
|
||||||
- this config is without flakes
|
- this config is without flakes
|
||||||
```nix
|
```nix
|
||||||
|
# ...
|
||||||
environment.systemPackages [
|
environment.systemPackages [
|
||||||
# ...
|
# ...
|
||||||
# tba
|
# tba
|
||||||
thefuck # app which corrects your previous console command
|
thefuck # app which corrects your previous console command
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.thefuck = {
|
programs.thefuck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alias = "fuck";
|
alias = "fuck";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user