mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(xmonad): switch keyboard binding
This commit is contained in:
parent
713aec5866
commit
c228945485
2 changed files with 30 additions and 4 deletions
|
|
@ -188,6 +188,10 @@ in {
|
|||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hp:
|
||||
with hp; [
|
||||
neat-interpolation
|
||||
];
|
||||
};
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue