Skip to content

Commit

Permalink
Include default GNOME Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
j0hax committed Jan 20, 2025
1 parent b121737 commit 8a77617
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions modules/desktop/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,6 @@
desktopManager.gnome.enable = true;
};

# Remove the following Gnome apps
environment.gnome.excludePackages = (
with pkgs;
[
gnome-photos
gnome-tour
gedit
cheese # webcam tool
gnome-music
gnome-terminal
epiphany # web browser
geary # email reader
gnome-characters
totem # video player
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
]
);

programs.kdeconnect = {
enable = true;
package = pkgs.gnomeExtensions.gsconnect;
Expand Down

0 comments on commit 8a77617

Please sign in to comment.