A bunch gnome applications

This commit is contained in:
James Patrick 2022-03-23 22:46:18 -04:00
parent 33666bad90
commit aaea0f79a4

View File

@ -3,19 +3,31 @@ let graphical = config.this.graphical;
in with lib; { in with lib; {
config = mkIf graphical.enable { config = mkIf graphical.enable {
home-manager.users.james = { home-manager.users.james = {
home.packages = with pkgs; [ home.packages = with pkgs.gnome; [
gnome.file-roller #gnome-common
gnome.gnome-bluetooth cheese
gnome.gnome-calendar file-roller
gnome.gnome-characters gnome-bluetooth
gnome.gnome-color-manager gnome-books
gnome.gnome-contacts gnome-boxes
gnome.gnome-dictionary gnome-calendar
gnome.gnome-font-viewer gnome-characters
gnome.gnome-keyring gnome-color-manager
gnome.gnome-maps gnome-contacts
gnome.libgnome-keyring gnome-control-center
gnome.nautilus gnome-dictionary
#gnome-documents
gnome-font-viewer
gnome-keyring
gnome-maps
gnome-music
gnome-power-manager # conditioanl if upower is used
iagno
libgnome-keyring
nautilus
pomodoro
seahorse
sushi
]; ];
}; };
}; };