mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 09:02:08 +00:00 
			
		
		
		
	Updated Installation (markdown)
@@ -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";        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user