mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
hyprland,sway: import PATH to systemd
This commit is contained in:
parent
34038b6472
commit
3ad1cf542f
|
@ -10,7 +10,11 @@ in {
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = import ./settings.nix {inherit config lib pkgs;};
|
||||
systemd.enable = true;
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
variables = ["PATH"];
|
||||
};
|
||||
|
||||
extraConfig = let
|
||||
moveMonitorBinds =
|
||||
|
|
|
@ -23,6 +23,8 @@ in {
|
|||
"systemctl --user stop sway-session.target"
|
||||
"systemctl --user start sway-session.target"
|
||||
];
|
||||
|
||||
variables = ["PATH"];
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue