A bunch gnome applications

This commit is contained in:
James Patrick 2022-03-23 22:46:18 -04:00
parent 33666bad90
commit aaea0f79a4
1 changed files with 25 additions and 13 deletions

View File

@ -3,19 +3,31 @@ let graphical = config.this.graphical;
in with lib; {
config = mkIf graphical.enable {
home-manager.users.james = {
home.packages = with pkgs; [
gnome.file-roller
gnome.gnome-bluetooth
gnome.gnome-calendar
gnome.gnome-characters
gnome.gnome-color-manager
gnome.gnome-contacts
gnome.gnome-dictionary
gnome.gnome-font-viewer
gnome.gnome-keyring
gnome.gnome-maps
gnome.libgnome-keyring
gnome.nautilus
home.packages = with pkgs.gnome; [
#gnome-common
cheese
file-roller
gnome-bluetooth
gnome-books
gnome-boxes
gnome-calendar
gnome-characters
gnome-color-manager
gnome-contacts
gnome-control-center
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
];
};
};