mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 15:50:43 +00:00
Add python packages
This commit is contained in:
parent
507f364e5b
commit
7c3098c74f
10 changed files with 272 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue