mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -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 = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = import ./settings.nix {inherit config lib pkgs;};
|
settings = import ./settings.nix {inherit config lib pkgs;};
|
||||||
systemd.enable = true;
|
|
||||||
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
variables = ["PATH"];
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
moveMonitorBinds =
|
moveMonitorBinds =
|
||||||
|
|
|
@ -23,6 +23,8 @@ in {
|
||||||
"systemctl --user stop sway-session.target"
|
"systemctl --user stop sway-session.target"
|
||||||
"systemctl --user start sway-session.target"
|
"systemctl --user start sway-session.target"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
variables = ["PATH"];
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue