aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/albert.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/albert.nix')
-rw-r--r--nixos/machine/albert.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/nixos/machine/albert.nix b/nixos/machine/albert.nix
index bc35f96..68d55ba 100644
--- a/nixos/machine/albert.nix
+++ b/nixos/machine/albert.nix
@@ -1,9 +1,10 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
{
-
+ config,
+ lib,
+ pkgs,
+ ...
+}:
+with lib; {
config = {
cynerd = {
desktop = {
@@ -42,7 +43,5 @@ with lib;
options = ["compress=lzo" "subvol=@home"];
};
};
-
};
-
}