mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
Update pyprland.nix
Added suggested changes, to exec the pyprland service from hyprland.
This commit is contained in:
parent
aecb02c4ba
commit
b4c19aecb3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue