Format using nixfmt
This commit is contained in:
		| @@ -1,7 +1,14 @@ | ||||
| { pkgs, lib, config, ... }: | ||||
| { | ||||
|   pkgs, | ||||
|   lib, | ||||
|   config, | ||||
|   ... | ||||
| }: | ||||
| with lib; | ||||
| let cfg = config.tmux.enable; | ||||
| in { | ||||
| let | ||||
|   cfg = config.tmux.enable; | ||||
| in | ||||
| { | ||||
|   options.tmux.enable = mkEnableOption "tmux"; | ||||
|   config = mkIf cfg { | ||||
|     programs.tmux = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user