mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +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 = {
|
||||
services.swayidle = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { };
|
||||
|
@ -51,5 +50,4 @@
|
|||
lib.makeBinPath [ pkgs.bash ]
|
||||
}'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue