only use one function for extensions and apps

This commit is contained in:
Mohamed Chrayed 2024-09-04 13:19:58 +02:00
parent bf2c3d14cc
commit e824cd0695

View File

@ -9,10 +9,6 @@
services.gnome.tracker.enable = true;
environment.systemPackages = with pkgs; [
gnome-text-editor
];
# Install Extensions
environment.systemPackages = with pkgs; [
gnomeExtensions.appindicator
];