feat: install anki, python3, alejandra
also remove the wall of commented out packages
This commit is contained in:
parent
ca7ba15ad0
commit
b284971674
1 changed files with 3 additions and 27 deletions
|
@ -41,21 +41,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
#SDL2
|
unstable.anki
|
||||||
#SDL2.dev
|
|
||||||
#alejandra
|
|
||||||
#bear
|
|
||||||
#black
|
|
||||||
#c2ffi
|
|
||||||
#cage
|
|
||||||
#cairo
|
|
||||||
#chromium
|
|
||||||
#ed
|
|
||||||
#gcc
|
|
||||||
#gnumake
|
|
||||||
#mpv
|
|
||||||
#python3
|
|
||||||
|
|
||||||
|
alejandra
|
||||||
|
python3
|
||||||
cargo
|
cargo
|
||||||
cargo-crev
|
cargo-crev
|
||||||
cargo-limit
|
cargo-limit
|
||||||
|
@ -88,19 +77,6 @@
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zip
|
zip
|
||||||
|
|
||||||
#(luajit.withPackages (ps:
|
|
||||||
# with ps; [
|
|
||||||
# fennel
|
|
||||||
# inspect
|
|
||||||
# luv
|
|
||||||
# ]))
|
|
||||||
|
|
||||||
#(retroarch.override {
|
|
||||||
# cores = with libretro; [
|
|
||||||
# genesis-plus-gx
|
|
||||||
# ];
|
|
||||||
#})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
|
|
Loading…
Reference in a new issue