From c158f2d81b5902c93cd409b63fee6a02f359b582 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 16 Sep 2024 13:25:02 +0800 Subject: [PATCH] home/kanshi: drop --- home/applications/kanshi/default.nix | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 home/applications/kanshi/default.nix diff --git a/home/applications/kanshi/default.nix b/home/applications/kanshi/default.nix deleted file mode 100644 index e6fa6cb..0000000 --- a/home/applications/kanshi/default.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ - services.kanshi = { - enable = true; - settings = [ - { - profile.name = "internal"; - profile.outputs = [ - { - criteria = "eDP-1"; - status = "enable"; - } - ]; - } - { - profile.name = "external"; - profile.outputs = [ - { - criteria = "eDP-1"; - status = "disable"; - } - { - criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959"; - mode = "2560x1440@119.998"; - status = "enable"; - } - ]; - } - ]; - }; -}