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 <humaid.alqassimi@tii.ae>
  • Loading branch information
humaidq-tii committed Apr 26, 2024
1 parent 4064546 commit c8230a2
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 @@ -6,7 +6,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 = ["gnome" "labwc"];
compositors = ["labwc"];
in
with lib; {
options.ghaf.profiles.graphics = {
Expand Down Expand Up @@ -48,7 +48,6 @@ in
};

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

0 comments on commit c8230a2

Please sign in to comment.