aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix')
-rw-r--r--home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix b/home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix
index 015efe6154a..90038cfd034 100644
--- a/home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix
+++ b/home-manager/tests/modules/misc/xsession/keyboard-without-layout.nix
@@ -6,8 +6,6 @@ with lib;
config = {
home.stateVersion = "19.09";
- home.homeDirectory = "/test-home";
-
home.keyboard = { options = [ "ctrl:nocaps" "altwin:no_win" ]; };
xsession = {