diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-26 18:37:45 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-26 18:37:45 -0700 |
commit | 3794b82696abbb45a859f97719db1908b19e6ba0 (patch) | |
tree | 234028a3fe69c77fba362c9b8ccb6428314bb86e /configuration.nix | |
parent | 5e8c850a2f5edca7abacb49f4c9e422c8794c88f (diff) |
first push in a while
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 |