nixcfg/hosts/mandarin/home.nix

21 lines
265 B
Nix

{
config,
inputs,
lib,
pkgs,
...
}: {
home-manager = {
sharedModules = [
{
ar.home = {
desktop = {
hyprland.autoSuspend = false;
sway.autoSuspend = false;
};
};
}
];
};
}