nixdots/home/programs/graphical/wms/hyprland/config/exec.nix

9 lines
128 B
Nix

{
wayland.windowManager.hyprland.settings = {
exec-once = [
# TODO: Add this (probably only vesktop)
];
};
}