nixos/modules/common-desktop/gnome.nix
2024-12-07 18:10:19 -05:00

14 lines
280 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs.gnomeExtensions; [
caffeine
open-bar
pop-shell
appindicator
blur-my-shell
just-perfection
burn-my-windows
fullscreen-avoider
compiz-windows-effect
rounded-window-corners-reborn
];
}