add python312Packages.pyperclip and xclip, remove python312Packages.tkinter

This commit is contained in:
Seaswimmer 2024-11-22 10:02:28 -05:00
parent 185b304868
commit ba7576efdb
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -44,11 +44,12 @@ let
libwebp
fontforge
packwiz
xclip
# for scripts
python312
python312Packages.requests
python312Packages.tkinter
python312Packages.pyperclip
];
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
in {