nixos-config/modules/home-manager/gnome/default.nix
2024-07-22 01:07:37 +09:00

20 lines
286 B
Nix

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