mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
Merge branch 'master' into add-river
This commit is contained in:
commit
39c523c0e9
|
@ -13,7 +13,7 @@ in {
|
|||
|
||||
systemd = {
|
||||
enable = true;
|
||||
variables = ["PATH"];
|
||||
variables = ["--all"];
|
||||
};
|
||||
|
||||
extraConfig = let
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
"systemctl --user start sway-session.target"
|
||||
];
|
||||
|
||||
variables = ["PATH"];
|
||||
variables = ["--all"];
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue