format automapaper
This commit is contained in:
parent
dfdffa3c93
commit
4b580a4f29
1 changed files with 78 additions and 82 deletions
|
|
@ -178,11 +178,7 @@ in
|
||||||
wayland.windowManager.hyprland.settings.exec-once = lib.mkIf cfg.hyprland (
|
wayland.windowManager.hyprland.settings.exec-once = lib.mkIf cfg.hyprland (
|
||||||
lib.mapAttrsToList
|
lib.mapAttrsToList
|
||||||
(name: config:
|
(name: config:
|
||||||
"${
|
"${inputs.automapaper.packages.${pkgs.system}.default}/bin/automapaper -C ${builtins.toFile "${name}.toml" config}")
|
||||||
inputs.automapaper.packages.${pkgs.system}.default
|
|
||||||
}/bin/automapaper -C ${
|
|
||||||
builtins.toFile "${name}.toml" config
|
|
||||||
}")
|
|
||||||
displays
|
displays
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue