mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Gnome] Add tray icons support
This commit is contained in:
parent
81860dbe21
commit
1ab161d268
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ in {
|
|||
dash-to-dock
|
||||
dash-to-dock-toggle
|
||||
dash-to-dock-animator
|
||||
tray-icons-reloaded
|
||||
])
|
||||
;
|
||||
systemd.packages = with pkgs; [
|
||||
|
|
@ -53,6 +54,7 @@ in {
|
|||
gnomeExtensions.dash-to-dock
|
||||
gnomeExtensions.dash-to-dock-animator
|
||||
gnomeExtensions.dash-to-dock-toggle
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue