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
 | 
					# 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";        
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user