add python312Packages.pyperclip
and xclip
, remove python312Packages.tkinter
This commit is contained in:
parent
185b304868
commit
ba7576efdb
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue