Add flight back. It will be my laptop for my Club

This commit is contained in:
Bun 2025-07-11 23:37:45 -04:00
parent 9eaddef14e
commit c35f717231
9 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, lib, ... }:
{
home-manager.users."${config.vars.mainUser}" = {
home.guifull.enable = true;
wayland.windowManager.sway.extraSessionCommands = lib.mkForce "";
};
}