This commit is contained in:
zoe 2023-03-19 14:53:05 +01:00
parent 2000d68b07
commit 1e40d3b01a
1 changed files with 23 additions and 3 deletions

View File

@ -1,4 +1,23 @@
{ pkgs, users, config, inputs, supercolor, kaokao, ... }:
let
my-python-packages = p: with p; [
numpy
(
buildPythonPackage rec {
pname = "i3-layouts";
version = "0.13.2";
src = fetchPypi {
inherit pname version;
sha256 = "f16416b4f2b039c4e90f816a121e3fe56064569791b6324f1d1ec9e9e7861d47";
};
doCheck = false;
propagatedBuildInputs = [
pkgs.unstable.python311Packages.i3ipc
];
}
)
];
in
{
# Define a user account. Don't forget to set a password with passwd.
users.users.zoe = {
@ -45,8 +64,8 @@
ffmpeg
kdenlive
vulkan-tools
# images
feh
gnome.eog
@ -69,6 +88,7 @@
lutris
# x11
xdotool
arandr
lxappearance
wacomtablet
@ -111,7 +131,7 @@
rustup
taplo
## python
python311
(unstable.python311.withPackages my-python-packages)
black
# dotlang
graphviz