mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-08 10:01:05 +01:00
swayidle: remove unnecessary config wrapper
This commit is contained in:
parent
43ea4c5123
commit
45ef70cc73
1 changed files with 48 additions and 50 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
config = {
|
|
||||||
services.swayidle = {
|
services.swayidle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = config.lib.test.mkStubPackage { };
|
package = config.lib.test.mkStubPackage { };
|
||||||
|
|
@ -51,5 +50,4 @@
|
||||||
lib.makeBinPath [ pkgs.bash ]
|
lib.makeBinPath [ pkgs.bash ]
|
||||||
}'
|
}'
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue