remove micro, epiphany, gnome-tour

This commit is contained in:
Vinzenz Schroeter 2023-12-04 15:08:22 +01:00
parent 822a75d842
commit e85ece0859
2 changed files with 2 additions and 13 deletions

View file

@ -38,12 +38,13 @@ in {
# remove some gnome default apps
environment.gnome.excludePackages = with pkgs.gnome; [
cheese # photo booth
#epiphany # web browser
epiphany # web browser
evince # document viewer
geary # email client
gnome-maps
gnome-weather
gnome-music
pkgs.gnome-tour
];
environment.systemPackages = with pkgs.gnome; [ghex];

View file

@ -163,18 +163,6 @@ in
];
};
micro = {
enable = true;
settings = {
colorcolumn = 120;
hlsearch = true;
savecursor = true;
saveundo = true;
scrollbar = true;
smartpaste = true;
};
};
# checked https://rycee.gitlab.io/home-manager/options.html until "programs.notmuch"
};