mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53: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;
|
enable = true;
|
||||||
settings = import ./settings.nix {inherit config lib pkgs;};
|
settings = import ./settings.nix {inherit config lib pkgs;};
|
||||||
|
|
||||||
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
variables = ["--all"];
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
moveMonitorBinds =
|
moveMonitorBinds =
|
||||||
lib.attrsets.mapAttrsToList (
|
lib.attrsets.mapAttrsToList (
|
||||||
|
|
|
@ -13,6 +13,11 @@ in {
|
||||||
package = lib.mkDefault pkgs.swayfx;
|
package = lib.mkDefault pkgs.swayfx;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
|
|
||||||
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
variables = ["--all"];
|
||||||
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
bars = [];
|
bars = [];
|
||||||
modifier = modifier;
|
modifier = modifier;
|
||||||
|
|
Loading…
Reference in a new issue