2024-11-02 15:35:48 -07:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
home.keyboard.options = [ "apple:alupckeys" ];
|
2024-10-30 21:01:29 -07:00
|
|
|
|
2024-10-28 19:24:11 -07:00
|
|
|
xsession = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
numlock.enable = true;
|
|
|
|
# TODO: Switch to autorandr
|
2024-11-02 15:35:48 -07:00
|
|
|
profileExtra = # sh
|
|
|
|
''
|
|
|
|
sudo mount -a
|
|
|
|
"$HOME/.config/xrandr/desktop.sh"
|
|
|
|
mpd &
|
|
|
|
pidgin &
|
|
|
|
'';
|
2024-10-28 19:24:11 -07:00
|
|
|
};
|
|
|
|
}
|