diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index 9cb9306..31ead1f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,9 +29,9 @@ virtualisation.docker.enable = true; services.xserver = { - layout = "us"; - xkbVariant = ""; - xkbOptions = "caps:escape"; + xkb.layout = "us"; + xkb.variant = ""; + xkb.options = "caps:escape"; }; services.ollama = { @@ -82,8 +82,6 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - nixpkgs-fmt - rnix-lsp curl git groff |