From 3794b82696abbb45a859f97719db1908b19e6ba0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 26 May 2024 18:37:45 -0700 Subject: first push in a while --- configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'configuration.nix') 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 -- cgit