flocon/config/home-manager/programs/hypr/land/autostart.nix

14 lines
168 B
Nix
Raw Normal View History

{
inputs,
pkgs,
...
}: {
imports = [
inputs.xdg-autostart.homeManagerModules.xdg-autostart
];
xdg.autoStart.packages = with pkgs; [
equibop
];
}