From 2f2060aadea6c75ecaf3261d308e1cdb7a042621 Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 2 Oct 2022 13:02:17 +1100 Subject: [PATCH] fix --- system/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/system/configuration.nix b/system/configuration.nix index 2fbd0b0..b9270d8 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -54,8 +54,8 @@ #input stuff # services.xserver.xkbOptions = { - # "eurosign:e"; - # "caps:escape" # map caps to escape. + # "eurosign:e"; + # "caps:escape" # map caps to escape. # }; services.xserver.enable = true; services.xserver.layout = "us"; @@ -88,8 +88,6 @@ services.tailscale.enable = true; - services.tailscale.enable = true; - # rust nixpkgs.overlays = [ (import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")