moved to unstable, will need to fix nixvim

This commit is contained in:
Christoph Hollizeck 2024-03-28 17:04:52 +01:00
parent 6c8fc0837e
commit e40ebc5d2b
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 137 additions and 138 deletions

View file

@ -17,7 +17,7 @@ in {
services.xserver = {
xkb.layout = "us";
xkb.variant = "";
xkbOptions = "caps:escape";
xkb.options = "caps:escape";
};
};
}