✨ feat(xsession): Set keyboard option in a more nix way
This commit is contained in:
parent
95f1f232be
commit
c1202399eb
1 changed files with 2 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue