mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +08:00
add wallpaper effects
This commit is contained in:
parent
27eb2246a9
commit
4851a35f73
8 changed files with 430 additions and 16 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue