Skip to content

Commit

Permalink
Remove Gnome compositor
Browse files Browse the repository at this point in the history
Can be added later when proper support is implemented.

Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq-tii authored and brianmcgillion committed Apr 30, 2024
1 parent 117bdec commit ffb5e1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
1 change: 0 additions & 1 deletion modules/desktop/graphics/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
./waybar.config.nix
./demo-apps.nix
./fonts.nix
./gnome.nix
./window-manager.nix
./boot.nix
];
Expand Down
45 changes: 0 additions & 45 deletions modules/desktop/graphics/gnome.nix

This file was deleted.

3 changes: 1 addition & 2 deletions modules/desktop/profiles/graphics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
...
}: let
cfg = config.ghaf.profiles.graphics;
compositors = ["weston" "gnome" "labwc"];
compositors = ["weston" "labwc"];
in
with lib; {
options.ghaf.profiles.graphics = {
Expand Down Expand Up @@ -49,7 +49,6 @@ in

config = mkIf cfg.enable {
ghaf.graphics.weston.enable = cfg.compositor == "weston";
ghaf.graphics.gnome.enable = cfg.compositor == "gnome";
ghaf.graphics.labwc.enable = cfg.compositor == "labwc";
};
}

0 comments on commit ffb5e1d

Please sign in to comment.