Skip to content

Commit

Permalink
nixos/gnome: use new pkg names
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jul 7, 2024
1 parent aa155b3 commit 8e48947
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions modules/nixos/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,29 @@ in
gnome-settings-daemon
];

environment.systemPackages =
(with pkgs; [
nautilus-open-any-terminal
]) ++ (with pkgs.gnome; [
file-roller
]);
environment.systemPackages = with pkgs; [
file-roller
nautilus-open-any-terminal
];

# Exclude some default gnome packages
environment.gnome.excludePackages =
(with pkgs; [
gnome-connections
gnome-console
gnome-photos
# gnome-text-editor
]) ++ (with pkgs.gnome; [
baobab
cheese
eog
epiphany
# gnome-calculator
# gnome-calendar
# gnome-characters
# gnome-clocks
gnome-connections
gnome-console
gnome-photos
gnome-terminal
simple-scan
yelp
]) ++ (with pkgs.gnome; [
gnome-contacts
# gnome-font-viewer
# gnome-logs
gnome-maps
gnome-music
# gnome-system-monitor
gnome-terminal
gnome-weather
# nautilus
simple-scan
# totem
yelp
]);
};
}

0 comments on commit 8e48947

Please sign in to comment.