fixed missing icons

This commit is contained in:
kenji
2025-08-11 22:58:40 -05:00
parent 0f17915e8c
commit 1aa0ab9044
3 changed files with 31 additions and 5 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
{
{pkgs, ...}: {
imports = [
../../packages/python/default.nix
];
environment.systemPackages = with pkgs; [
p7zip
];
}