comments cleanup

This commit is contained in:
Danilo Reyes 2024-11-12 23:32:28 -06:00
parent 8478d8155f
commit 7dd31a95f4

View File

@ -18,8 +18,6 @@
}; };
environment.gnome.excludePackages = builtins.attrValues { environment.gnome.excludePackages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
# gnome-shell-extensions
# totem
baobab baobab
cheese cheese
epiphany epiphany
@ -44,8 +42,6 @@
gnome-tweaks # tweaks for the gnome desktop environment gnome-tweaks # tweaks for the gnome desktop environment
papirus-icon-theme # icon theme papirus-icon-theme # icon theme
libgda # for pano shell extension libgda # for pano shell extension
# ffmpegthumbnailer # generate thumbnails
# gradience # theme customizer, allows you to modify adw-gtk3 themes
; ;
}; };
extensions = builtins.attrValues { extensions = builtins.attrValues {
@ -57,8 +53,6 @@
freon # hardware temperature monitor freon # hardware temperature monitor
gamemode-indicator-in-system-settings # I guess I'm a gamer now? gamemode-indicator-in-system-settings # I guess I'm a gamer now?
burn-my-windows burn-my-windows
# blur-my-shell # make the overview more visually appealing
# forge # window manager
; ;
}; };
in in