mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Rename myWrappers to wrappers
This commit is contained in:
parent
0624562069
commit
08dae72f8d
3 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
myWrappers,
|
||||
wrappers,
|
||||
...
|
||||
}: {
|
||||
options.myConfig.de.waybar.enable = lib.mkEnableOption "";
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
config = lib.mkIf config.myConfig.de.waybar.enable {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = myWrappers.waybar;
|
||||
package = wrappers.waybar;
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue