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:
parent
2b87a11125
commit
6ebe7be2e6
6 changed files with 224 additions and 0 deletions
|
|
@ -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.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue