From 391dec28e1725dfca5b7f5265bc94a71a3f37e7c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 26 Sep 2021 01:29:05 -0400 Subject: [PATCH] refactor: remove monitors info --- hosts/Infini-DESKTOP/default.nix | 2 -- hosts/Infini-SWIFT/default.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 5684848..98f16d2 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -14,8 +14,6 @@ system.stateVersion = "21.05"; - info.monitors = 3; - networking.interfaces = { eth0.useDHCP = true; wlp41s0.useDHCP = true; diff --git a/hosts/Infini-SWIFT/default.nix b/hosts/Infini-SWIFT/default.nix index d7db555..cb635b4 100644 --- a/hosts/Infini-SWIFT/default.nix +++ b/hosts/Infini-SWIFT/default.nix @@ -13,8 +13,6 @@ ]; }; - info.monitors = 1; - services.xserver.libinput = { enable = true; touchpad.naturalScrolling = true;