diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index 22cf2181..40721d02 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -13,30 +13,6 @@ outlook.primary = true; }; }; - services.kanshi = { - enable = true; - systemdTarget = "hyprland-session.target"; - profiles = { - undocked = { - outputs = [{ - criteria = "eDP-1"; - status = "enable"; - }]; - }; - docked = { - outputs = [ - { - criteria = "Dell Inc. DELL P3223QE CCG8YN3"; - status = "enable"; - } - { - criteria = "eDP-1"; - status = "disable"; - } - ]; - }; - }; - }; xdg.configFile."hypr/extra.conf".text = '' misc { disable_hyprland_logo = true