removed firefox

This commit is contained in:
William 2025-03-24 13:04:36 -03:00
parent 278da14587
commit 31a3c30544
3 changed files with 4 additions and 5 deletions

View file

@ -159,7 +159,7 @@
let
pydeps = pkgs.python3.withPackages (
pp: with pp; [
# https://github.com/tchar/ulauncher-albert-calculate-anything
# dependencies for ulauncher-albert-calculate-anything
parsedatetime
pint
pytz
@ -178,7 +178,6 @@
'';
};
};
})
];
}