about summary refs log tree commit diff
path: root/nixosConfigurations/test-headful/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/test-headful/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixosConfigurations/test-headful/default.nix b/nixosConfigurations/test-headful/default.nix
index a385a2e..f1da389 100644
--- a/nixosConfigurations/test-headful/default.nix
+++ b/nixosConfigurations/test-headful/default.nix
@@ -1,5 +1,6 @@
-{lib, ...}:
-with lib; {
+{ lib, ... }:
+with lib;
+{
   nixfiles.modules = {
     dwm.enable = false;
     kde.enable = true;

Consider giving Nix/NixOS a try! <3