All checks were successful
		
		
	
	Test / Create distribution (push) Successful in 35s
				
			Test / Hakurei (push) Successful in 45s
				
			Test / Hpkg (push) Successful in 3m17s
				
			Test / Sandbox (push) Successful in 43s
				
			Test / Hakurei (race detector) (push) Successful in 45s
				
			Test / Sandbox (race detector) (push) Successful in 43s
				
			Test / Flake checks (push) Successful in 1m27s
				
			Having the bit field value here (in decimal, no less) is unfriendly to text editors. Use a bunch of booleans here to improve ease of use. Signed-off-by: Ophestra <cat@gensokyo.uk>
		
			
				
	
	
		
			26 lines
		
	
	
		
			523 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			523 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| {
 | |
|   environment.hakurei = {
 | |
|     enable = true;
 | |
|     stateDir = "/var/lib/hakurei";
 | |
|     users.alice = 0;
 | |
|     apps = {
 | |
|       "cat.gensokyo.extern.foot.noEnablements" = {
 | |
|         name = "ne-foot";
 | |
|         identity = 1;
 | |
|         shareUid = true;
 | |
|         verbose = true;
 | |
|         share = pkgs.foot;
 | |
|         packages = [ pkgs.foot ];
 | |
|         command = "foot";
 | |
|         enablements = {
 | |
|           dbus = false;
 | |
|           pulse = false;
 | |
|         };
 | |
|       };
 | |
|     };
 | |
| 
 | |
|     extraHomeConfig.home.stateVersion = "23.05";
 | |
|   };
 | |
| }
 |