non-nixos configs.
This commit is contained in:
		
							parent
							
								
									5d77bb8b35
								
							
						
					
					
						commit
						bf200e93e6
					
				
					 37 changed files with 4361 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								justfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								justfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
default:
 | 
			
		||||
    just --list
 | 
			
		||||
 | 
			
		||||
home-manager target:
 | 
			
		||||
    home-manager --flake .#{{target}} switch
 | 
			
		||||
 | 
			
		||||
check-home-manager target:
 | 
			
		||||
    home-manager build --no-out-link --flake .#{{target}}
 | 
			
		||||
 | 
			
		||||
bootstrap-home-manager target:
 | 
			
		||||
    nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch
 | 
			
		||||
 | 
			
		||||
format:
 | 
			
		||||
    nix fmt
 | 
			
		||||
 | 
			
		||||
home-gc:
 | 
			
		||||
    home-manager expire-generations -7days
 | 
			
		||||
    nix store gc
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue