mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 16:51:54 -05:00
sway: swayfx -> sway
This commit is contained in:
parent
5823611b13
commit
ad69f4ad44
|
@ -14,7 +14,6 @@
|
|||
in {
|
||||
enable = true;
|
||||
checkConfig = false;
|
||||
package = lib.mkDefault pkgs.swayfx;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
systemd = {
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
...
|
||||
}: {
|
||||
config = lib.mkIf config.ar.desktop.sway.enable {
|
||||
programs = {
|
||||
sway = {
|
||||
enable = true;
|
||||
extraPackages = lib.mkDefault [];
|
||||
package = lib.mkDefault pkgs.swayfx;
|
||||
};
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
extraPackages = lib.mkDefault [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue