From 13fb0bb2a30b048819c345a3c3e84b3358ce9da4 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 23 Oct 2021 17:08:32 +0200 Subject: [PATCH] mashu: Tempoarilly disable the surface overlay --- hosts/mashu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index a9d6e6e..c5c3539 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -5,7 +5,7 @@ let in mkHost config { userName = "alexander"; hostName = "mashu"; - overlays = [ "nur" "unstable" "simple" "custom" "surface" ]; + overlays = [ "nur" "unstable" "simple" "custom" ]; hardwareImports = [ "intel" "wifi"