mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
✨ Add some new packages
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
This commit is contained in:
parent
ede0cfa32b
commit
d2c3a8132e
2 changed files with 5 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
youtube-music
|
youtube-music
|
||||||
|
kando
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
#avra
|
#avra
|
||||||
|
@ -57,6 +58,9 @@
|
||||||
nixd
|
nixd
|
||||||
deno
|
deno
|
||||||
|
|
||||||
|
### GTK Apps
|
||||||
|
refine
|
||||||
|
|
||||||
### Work
|
### Work
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
enpass
|
enpass
|
||||||
|
|
|
@ -13,7 +13,7 @@ in {
|
||||||
options.${namespace}.desktop.gnome = with lib.types; {
|
options.${namespace}.desktop.gnome = with lib.types; {
|
||||||
enabled-extensions = mkOption {
|
enabled-extensions = mkOption {
|
||||||
type = listOf package;
|
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];
|
example = [dash-to-dock blur-my-shell];
|
||||||
description = "Specify gnome extensions to install.";
|
description = "Specify gnome extensions to install.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue