A bunch gnome applications
This commit is contained in:
parent
33666bad90
commit
aaea0f79a4
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Reference in New Issue
Block a user