feat: add poetry to available packages

nixos
Moritz Böhme 2024-08-19 09:55:03 +02:00
parent 7fb108df31
commit 02473b02f3
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
programs.exercism.enable = true;
};
users.users.moritz.packages = [ pkgs.poetry ];
# BOOT
boot = {
supportedFilesystems = [ "zfs" ];