add(xmonad): switch keyboard binding

This commit is contained in:
Léana 江 2023-12-24 17:36:57 +01:00 committed by Léana 江
parent 713aec5866
commit c228945485
2 changed files with 30 additions and 4 deletions

View file

@ -188,6 +188,10 @@ in {
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
extraPackages = hp:
with hp; [
neat-interpolation
];
};
displayManager.gdm.enable = true;
};