From bac35ee49bff2bfb601c048ace69c2e7c7923da6 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 9 Dec 2024 13:42:39 +0100 Subject: [PATCH] chore: disable safeeyes it just annoys me --- SwarselSystems.org | 2 +- profiles/common/nixos/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index db4de09..adb8adc 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -3083,7 +3083,7 @@ This section is for setting things that should be used on hosts that are using t ./sway.nix ./xdg-portal.nix # ./yubikey-touch-detector.nix - ./safeeyes.nix + # ./safeeyes.nix ./distrobox.nix ./lid.nix ]; diff --git a/profiles/common/nixos/default.nix b/profiles/common/nixos/default.nix index edfc4b5..4d034af 100644 --- a/profiles/common/nixos/default.nix +++ b/profiles/common/nixos/default.nix @@ -35,7 +35,7 @@ _: ./sway.nix ./xdg-portal.nix # ./yubikey-touch-detector.nix - ./safeeyes.nix + # ./safeeyes.nix ./distrobox.nix ./lid.nix ];