diff options
| author | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
| commit | 0957b051ef4befd86ce97deef04f5095bea9543b (patch) | |
| tree | a669111fa7b0123a4e77819ddce0c0c75bef554f /hosts/glados-wsl/default.nix | |
| parent | a276cdbfa83425423c096d8049e6e29770018e31 (diff) | |
start using nixpkgs-fmt
Diffstat (limited to 'hosts/glados-wsl/default.nix')
| -rw-r--r-- | hosts/glados-wsl/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix index d8e9ccb..ec65d48 100644 --- a/hosts/glados-wsl/default.nix +++ b/hosts/glados-wsl/default.nix @@ -1,5 +1,5 @@ -{modulesPath, ...}: { - imports = [ - (modulesPath + "/profiles/minimal.nix") - ]; +{ modulesPath, ... }: { + imports = [ + (modulesPath + "/profiles/minimal.nix") + ]; } |
