add wallpaper effects

This commit is contained in:
EdenQwQ 2025-04-04 20:17:53 +08:00
parent 27eb2246a9
commit 4851a35f73
8 changed files with 430 additions and 16 deletions

View file

@ -1,12 +1,12 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
python312
python312Packages.pip
python312Packages.virtualenv
python312Packages.numpy
python312Packages.matplotlib
python312Packages.pandas
python3
python3Packages.pip
python3Packages.virtualenv
python3Packages.numpy
python3Packages.matplotlib
python3Packages.pandas
black
conda
];