Add some new packages
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
Jo 2025-05-19 18:36:48 +02:00
parent ede0cfa32b
commit d2c3a8132e
2 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,7 @@
firefox
thunderbird
youtube-music
kando
### Development
#avra
@ -57,6 +58,9 @@
nixd
deno
### GTK Apps
refine
### Work
teams-for-linux
enpass

View file

@ -13,7 +13,7 @@ in {
options.${namespace}.desktop.gnome = with lib.types; {
enabled-extensions = mkOption {
type = listOf package;
default = with pkgs.gnomeExtensions; [user-themes blur-my-shell appindicator unite color-picker clipboard-history];
default = with pkgs.gnomeExtensions; [user-themes blur-my-shell appindicator unite color-picker clipboard-history kando-integration];
example = [dash-to-dock blur-my-shell];
description = "Specify gnome extensions to install.";
};