Add python packages

This commit is contained in:
ItsDrike 2024-06-26 23:46:50 +02:00
parent 507f364e5b
commit 7c3098c74f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
10 changed files with 272 additions and 0 deletions

View file

@ -57,5 +57,9 @@ in
fastfetch.enable = mkEnableOption "FastFetch (fast neofetch)";
hyfetch.enable = mkEnableOption "Neofetch with pride flags";
};
coding = {
python.enable = mkEnableOption "Python coding utilities";
};
};
}