mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
sway: lib.mkDefault swayfx
This commit is contained in:
parent
e20dd90467
commit
1088dfbc45
|
@ -9,7 +9,7 @@
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = lib.mkDefault [];
|
extraPackages = lib.mkDefault [];
|
||||||
package = pkgs.swayfx;
|
package = lib.mkDefault pkgs.swayfx;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue