feat(xsession): Set keyboard option in a more nix way

This commit is contained in:
punkfairie 2024-10-30 21:01:29 -07:00
parent 95f1f232be
commit c1202399eb
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -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 &