mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20:33:55 -05:00
hyprland,sway: import all env vars with systemd
This commit is contained in:
parent
c1f679c06e
commit
e80858a501
|
@ -11,6 +11,11 @@ in {
|
|||
enable = true;
|
||||
settings = import ./settings.nix {inherit config lib pkgs;};
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
variables = ["--all"];
|
||||
};
|
||||
|
||||
extraConfig = let
|
||||
moveMonitorBinds =
|
||||
lib.attrsets.mapAttrsToList (
|
||||
|
|
|
@ -13,6 +13,11 @@ in {
|
|||
package = lib.mkDefault pkgs.swayfx;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
variables = ["--all"];
|
||||
};
|
||||
|
||||
config = {
|
||||
bars = [];
|
||||
modifier = modifier;
|
||||
|
|
Loading…
Reference in a new issue