mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10: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
|
||||
thunderbird
|
||||
youtube-music
|
||||
kando
|
||||
|
||||
### Development
|
||||
#avra
|
||||
|
@ -57,6 +58,9 @@
|
|||
nixd
|
||||
deno
|
||||
|
||||
### GTK Apps
|
||||
refine
|
||||
|
||||
### Work
|
||||
teams-for-linux
|
||||
enpass
|
||||
|
|
|
@ -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.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue