about summary refs log tree commit diff
path: root/configurations/test-headful
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-02-17 02:21:56 +0300
committerazahi <azat@bahawi.net>2025-02-17 02:21:56 +0300
commit59180328cda59817d71cd58c8f48ead047375064 (patch)
tree2cdd7d1bfa309839ef624c19daf283f510aacf69 /configurations/test-headful
parent2025-02-05 (diff)
2025-02-17
Diffstat (limited to 'configurations/test-headful')
-rw-r--r--configurations/test-headful/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/configurations/test-headful/default.nix b/configurations/test-headful/default.nix
index 79a1536..ce8aba5 100644
--- a/configurations/test-headful/default.nix
+++ b/configurations/test-headful/default.nix
@@ -1,5 +1,4 @@
 { lib, ... }:
-with lib;
 {
   nixfiles.modules = {
     dwm.enable = false;
@@ -10,10 +9,10 @@ with lib;
   fileSystems."/".device = "/dev/null";
 
   documentation = {
-    enable = mkForce false;
+    enable = lib.mkForce false;
     man = {
-      enable = mkForce false;
-      man-db.enable = mkForce false;
+      enable = lib.mkForce false;
+      man-db.enable = lib.mkForce false;
     };
   };
 }

Consider giving Nix/NixOS a try! <3