nixos-config/modules/home-manager/gnome/default.nix
2024-07-23 22:18:40 +09:00

20 lines
288 B
Nix

{ pkgs,... }:
{
home.packages = with pkgs.gnome; ([
gnome-tweaks
]) ++ (with pkgs.gnomeExtensions; [
arcmenu
caffeine
clipboard-indicator
dash-to-dock
forge
freon
gsconnect
just-perfection
space-bar
systemd-manager
wifi-qrcode
]);
}