aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/susan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/susan.nix')
-rw-r--r--nixos/machine/susan.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/nixos/machine/susan.nix b/nixos/machine/susan.nix
index b452ed9..d05120f 100644
--- a/nixos/machine/susan.nix
+++ b/nixos/machine/susan.nix
@@ -1,9 +1,10 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
{
-
+ config,
+ lib,
+ pkgs,
+ ...
+}:
+with lib; {
config = {
cynerd.desktop.enable = true;
@@ -20,7 +21,5 @@ with lib;
device = "/dev/disk/by-uuid/EB3E-3635";
};
};
-
};
-
}