Rice laptop
This commit is contained in:
		
							
								
								
									
										14
									
								
								home/scripts/batlvl.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								home/scripts/batlvl.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| { config, pkgs, ... }: | ||||
| let | ||||
|   batlvl = pkgs.writeShellApplication { | ||||
|     name = "batlvl"; | ||||
|     runtimeInputs = [ | ||||
|     ]; | ||||
|     text = builtins.readFile ./batlvl.sh; | ||||
|   }; | ||||
| in | ||||
| { | ||||
|   home.packages = [ | ||||
|     batlvl | ||||
|   ]; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user