dotfiles/home/modules/gui/desktop/gnome/default.nix

24 lines
472 B
Nix
Raw Normal View History

2025-02-02 22:55:38 -06:00
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
gnome-connections
gnome-tweaks
gnome-shell-extensions
gnome-remote-desktop
;
inherit (pkgs.gnomeExtensions)
tiling-shell
keep-awake
notification-banner-reloaded
no-overview
wallpaper-slideshow
dash-to-panel
just-perfection
appindicator
tiling-assistant
start-overlay-in-application-view
;
};
}