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")