modularise the stuff
This commit is contained in:
parent
011009d22f
commit
d1bcbc0fde
16 changed files with 159 additions and 61 deletions
|
|
@ -63,7 +63,10 @@
|
|||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
services.xserver.layout = "gb";
|
||||
services.xserver = {
|
||||
layout = "gb";
|
||||
xkbOptions = "caps:escape";
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue