more things
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
};
|
||||
|
||||
home.packages = with pkgs; ([
|
||||
kjv
|
||||
openssh
|
||||
sops
|
||||
killall
|
||||
@@ -32,6 +33,17 @@
|
||||
rsync
|
||||
curl
|
||||
wget
|
||||
(python313.withPackages (ps: with ps; [
|
||||
gpustat
|
||||
numpy
|
||||
matplotlib
|
||||
scipy
|
||||
pandas
|
||||
pyaudio
|
||||
pyusb
|
||||
debugpy
|
||||
requests
|
||||
]))
|
||||
] ++ (if config.homeconfig.graphical then [
|
||||
grim
|
||||
slurp
|
||||
@@ -45,19 +57,6 @@
|
||||
neovim-remote
|
||||
gcc
|
||||
zulu
|
||||
|
||||
(python313.withPackages (ps: with ps; [
|
||||
gpustat
|
||||
numpy
|
||||
matplotlib
|
||||
scipy
|
||||
pandas
|
||||
pyaudio
|
||||
pyusb
|
||||
debugpy
|
||||
requests
|
||||
]))
|
||||
|
||||
fastfetch
|
||||
ncmpcpp
|
||||
playerctl
|
||||
|
||||
Reference in New Issue
Block a user