nixos-config/modules/nixos/gnome.nix
2024-07-02 18:57:44 +09:00

27 lines
441 B
Nix

{ pkgs, ... }:
{
packages = with pkgs.gnomeExtensions; [
arcmenu
caffeine
blur-my-shell
dash-to-dock
];
environment.gnome.excludePackages = with pkgs.gnome; [
baobab
cheese
eog
epiphany
gedit
simple-scan
totem
yelp
evince
geary
seahorse
gnome-contacts
gnome-maps
gnome-music
];
}