summaryrefslogtreecommitdiff
path: root/hosts/glados-wsl
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados-wsl')
-rw-r--r--hosts/glados-wsl/default.nix8
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")
+ ];
}