✨ feat(xsession): Set keyboard option in a more nix way
This commit is contained in:
parent
28971cb7f8
commit
342aaa46b4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
|
home.keyboard.options = ["apple:alupckeys"];
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -7,7 +9,6 @@
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
sudo mount -a
|
sudo mount -a
|
||||||
"$HOME/.config/xrandr/desktop.sh"
|
"$HOME/.config/xrandr/desktop.sh"
|
||||||
setxkbmap -option "apple:alupckeys"
|
|
||||||
copyq &
|
copyq &
|
||||||
mpd &
|
mpd &
|
||||||
pidgin &
|
pidgin &
|
||||||
|
|
Loading…
Reference in a new issue