diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-06-19 13:51:20 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-06-19 13:51:20 +0300 |
commit | 9eb603b80a3d823acfc20c42f777ea26436ca137 (patch) | |
tree | a3038492f6525cf7672bb1fddb3293db0223967e /configurations/test-headful | |
parent | 2024-06-05 (diff) |
2024-06-19
Diffstat (limited to '')
-rw-r--r-- | configurations/test-headful/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configurations/test-headful/default.nix b/configurations/test-headful/default.nix index f1da389..79a1536 100644 --- a/configurations/test-headful/default.nix +++ b/configurations/test-headful/default.nix @@ -4,7 +4,6 @@ with lib; nixfiles.modules = { dwm.enable = false; kde.enable = true; - xmonad.enable = false; }; boot.loader.systemd-boot.enable = true; |