From c1202399eb66feb8a90b1b360d6428d16dcf148c Mon Sep 17 00:00:00 2001 From: punkfairie Date: Wed, 30 Oct 2024 21:01:29 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(xsession):=20Set=20keyboard=20?= =?UTF-8?q?option=20in=20a=20more=20nix=20way?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/xsession/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/xsession/default.nix b/home/xsession/default.nix index 388faba..67eae0c 100644 --- a/home/xsession/default.nix +++ b/home/xsession/default.nix @@ -1,4 +1,6 @@ {...}: { + home.keyboard.options = ["apple:alupckeys"]; + xsession = { enable = true; @@ -7,7 +9,6 @@ profileExtra = '' sudo mount -a "$HOME/.config/xrandr/desktop.sh" - setxkbmap -option "apple:alupckeys" copyq & mpd & pidgin &