lavaridge: enable sway

This commit is contained in:
Aly Raffauf 2024-06-01 12:00:44 -04:00
parent 285a215145
commit eb0ea497a6
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,8 @@
};
};
hyprland.enable = true;
sway.enable = false;
sway.enable = true;
};
apps = {
steam.enable = true;

View file

@ -16,7 +16,6 @@
enable = true;
preset = "framework13";
};
desktop.sway.enable = lib.mkForce false;
};
}
];