mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove packages.gnome-extensions
This commit is contained in:
parent
a3e318f251
commit
50851acaa5
1 changed files with 0 additions and 5 deletions
|
@ -58,11 +58,6 @@
|
||||||
apps = forAllSystems (system:
|
apps = forAllSystems (system:
|
||||||
with nixpkgs.legacyPackages.${system};
|
with nixpkgs.legacyPackages.${system};
|
||||||
{
|
{
|
||||||
gnome-extensions = writeShellScriptBin "gnome-extensions" ''
|
|
||||||
cat ${path}/pkgs/desktops/gnome/extensions/extensions.json |
|
|
||||||
${jq}/bin/jq -c '.[]|{name,ver:(.shell_version_map|keys)}'
|
|
||||||
'';
|
|
||||||
|
|
||||||
jupyterlab =
|
jupyterlab =
|
||||||
let
|
let
|
||||||
jupy = python3.withPackages (p: with p; [ jupyterlab ipython ]);
|
jupy = python3.withPackages (p: with p; [ jupyterlab ipython ]);
|
||||||
|
|
Loading…
Reference in a new issue