Update home-manager configs to latest version

This commit is contained in:
Johannes Rothe 2024-06-17 22:16:43 +02:00
parent aac875116e
commit c4c3cb208a

View File

@ -264,17 +264,17 @@
# Automatic display output management
services.kanshi = {
enable = true;
profiles = {
undocked = {
outputs = [
settings = [
{ profile.name = "undocked";
profile.outputs = [
{
criteria = "eDP-1";
status = "enable";
}
];
};
home_office = {
outputs = [
}
{ profile.name = "home_office";
profile.outputs = [
{
criteria = "eDP-1";
status = "disable";
@ -284,9 +284,9 @@
status = "enable";
}
];
};
office = {
outputs = [
}
{ profile.name = "office";
profile.outputs = [
{
criteria = "eDP-1";
status = "disable";
@ -296,8 +296,8 @@
status = "enable";
}
];
};
};
}
];
};
services.swayidle = {
@ -328,6 +328,7 @@
wayland.windowManager.sway = {
enable = true;
checkConfig = false;
package = pkgs.sway;
wrapperFeatures.gtk = true;
config = let