From 442c3cec92578fb074ca05e618fafe820cc73e6b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:33:28 +0100 Subject: [PATCH] Remove kanshi --- hmModules/hyprland/default.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 5a86b29..977132a 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -66,33 +66,6 @@ in enable = true; }; - # services.kanshi = { - # enable = true; - # systemdTarget = "hyprland-session.target"; - # profiles = { - # undocked = { - # outputs = [ - # { - # status = "enable"; - # criteria = "eDP-1"; - # } - # ]; - # }; - # docked = { - # outputs = [ - # { - # status = "disable"; - # criteria = "eDP-1"; - # } - # { - # status = "enable"; - # criteria = "DP-1"; - # } - # ]; - # }; - # }; - # }; - home.file.".icons/catppuccin-mocha-sapphire" = { source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors"; recursive = true;