updated system config
This commit is contained in:
parent
0b15e14a34
commit
90bca3367c
1 changed files with 6 additions and 2 deletions
|
@ -17,10 +17,14 @@
|
||||||
|
|
||||||
services.keyd = {
|
services.keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
keyboards = {
|
||||||
|
default = {
|
||||||
settings = {
|
settings = {
|
||||||
capslock = "esc";
|
capslock = "esc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue