chore: prune config of unused files

This commit is contained in:
Zhongheng Liu 2024-10-06 15:22:20 +03:00
commit 9724c8e4f4
No known key found for this signature in database

View file

@ -1,44 +0,0 @@
{
pkgs,
config,
...
}: {
services.kanshi = {
enable = true;
profiles = {
undocked = {
outputs = [
{
criteria = "eDP-1";
scale = 1.0;
status = "enable";
}
];
};
docked_office_cn = {
outputs = [
{
criteria = "AOC 2619 M1194JA002428";
position = "0,0";
mode = "1920x1200@59.94Hz";
}
{
criteria = "eDP-1";
position = "0,0";
status = "disable";
}
];
};
docked_office_gr = {
outputs = [
{
criteria = "HDMI-A-1";
position = "2560,0";
mode = "1920x1080@75.00Hz";
}
];
};
};
systemdTarget = "hyprland-session.target";
};
}