1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

Update pyprland.nix

Added suggested changes, to exec the pyprland service from hyprland.
This commit is contained in:
knockoff 2024-04-23 12:24:03 +02:00 committed by GitHub
parent aecb02c4ba
commit b4c19aecb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ in with lib; {
};
};
wayland.windowManager.hyprland.settings.exec-once = [(getExe cfg.package)];
home.file.".config/hypr/pyprland.toml".source =
settingsFormat.generate "pyprland-config.toml" cfg.settings;
};