about summary refs log tree commit diff
path: root/nixosConfigurations/test-headful
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-01 03:36:55 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-01 03:36:55 +0300
commit9a20404924fda2587ce4f9769f75369799f34643 (patch)
treea953941a22d6c031e67b267e35a11db72bdd25e3 /nixosConfigurations/test-headful
parent2024-04-29 (diff)
2024-05-01
Diffstat (limited to 'nixosConfigurations/test-headful')
-rw-r--r--nixosConfigurations/test-headful/default.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/nixosConfigurations/test-headful/default.nix b/nixosConfigurations/test-headful/default.nix
deleted file mode 100644
index f1da389..0000000
--- a/nixosConfigurations/test-headful/default.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ lib, ... }:
-with lib;
-{
-  nixfiles.modules = {
-    dwm.enable = false;
-    kde.enable = true;
-    xmonad.enable = false;
-  };
-
-  boot.loader.systemd-boot.enable = true;
-  fileSystems."/".device = "/dev/null";
-
-  documentation = {
-    enable = mkForce false;
-    man = {
-      enable = mkForce false;
-      man-db.enable = mkForce false;
-    };
-  };
-}

Consider giving Nix/NixOS a try! <3