aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/misc/xsession/keyboard-without-layout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/misc/xsession/keyboard-without-layout.nix')
-rw-r--r--tests/modules/misc/xsession/keyboard-without-layout.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/modules/misc/xsession/keyboard-without-layout.nix b/tests/modules/misc/xsession/keyboard-without-layout.nix
index 5f89a29edf1..015efe6154a 100644
--- a/tests/modules/misc/xsession/keyboard-without-layout.nix
+++ b/tests/modules/misc/xsession/keyboard-without-layout.nix
@@ -8,9 +8,7 @@ with lib;
home.homeDirectory = "/test-home";
- home.keyboard = {
- options = [ "ctrl:nocaps" "altwin:no_win" ];
- };
+ home.keyboard = { options = [ "ctrl:nocaps" "altwin:no_win" ]; };
xsession = {
enable = true;
@@ -23,11 +21,9 @@ with lib;
nixpkgs.overlays = [
(self: super: {
xorg = super.xorg // {
- setxkbmap = super.xorg.setxkbmap // {
- outPath = "@setxkbmap@";
- };
+ setxkbmap = super.xorg.setxkbmap // { outPath = "@setxkbmap@"; };
};
- })
+ })
];
nmt.script = ''