1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-27 20:51:03 +01:00

gnome-shell: add module

This commit is contained in:
Tad Fisher 2021-05-16 14:54:43 -07:00 committed by Robert Helgesson
parent 2b87a11125
commit 6ebe7be2e6
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
6 changed files with 224 additions and 0 deletions

View file

@ -1595,6 +1595,18 @@ in {
when idle or active. See https://github.com/hyprwm/hypridle for more.
'';
}
{
time = "2024-05-06T07:36:13+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'programs.gnome-shell'.
GNOME Shell is the graphical shell of the GNOME desktop environment.
It provides basic functions like launching applications and switching
between windows, and is also a widget engine.
'';
}
];
};
}