style: format with nix fmt
Currently uses `nixpkgs-fmt`
This commit is contained in:
parent
a6efd4146b
commit
36e14ad3f6
10 changed files with 267 additions and 263 deletions
|
@ -132,7 +132,7 @@
|
|||
maxCacheTtl = 86400;
|
||||
pinentryFlavor = "tty";
|
||||
enableSshSupport = true;
|
||||
sshKeys = ["CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7"];
|
||||
sshKeys = [ "CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7" ];
|
||||
};
|
||||
|
||||
home.sessionVariables."PASSWORD_STORE_DIR" = "${config.xdg.dataHome}/password-store";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue