migrate automapaper to module structure

This commit is contained in:
Noa Aarts 2024-05-31 15:08:05 +02:00
parent 424f5a2e3b
commit 2771288792
2 changed files with 33 additions and 16 deletions

View file

@ -78,8 +78,6 @@ in
exec-once = [
"${pkgs.waybar}/bin/waybar"
"${pkgs.dunst}/bin/dunst"
(lib.mkIf config.modules.automapaper.enable "${inputs.automapaper.packages.${pkgs.system}.default}/bin/automapaper -C ${config.xdg.configHome}/automapaper/config.toml")
(lib.mkIf config.modules.automapaper.enable "${inputs.automapaper.packages.${pkgs.system}.default}/bin/automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml")
"${cfg.package}/bin/hyprctl dispatcher focusmonitor 1"
"${pkgs.hypridle}/bin/hypridle"
];