Skip to content

Commit

Permalink
fix(sway): Do not add unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Jan 24, 2024
1 parent 682fc06 commit 2cdce9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ in
programs.dconf.enable = true;

programs.sway.enable = cfg.sway;
programs.sway.extraPackages = [ ]; # No extra packages (by default it adds foot, dmenu, and other stuff)
programs.sway.wrapperFeatures.base = true;
programs.sway.wrapperFeatures.gtk = true;

Expand Down

0 comments on commit 2cdce9d

Please sign in to comment.