backwards: Add 7zip

This commit is contained in:
Alexander Heldt
2024-08-31 12:01:17 +02:00
parent 0be938f697
commit 2b6bbc6cab

View File

@@ -13,7 +13,10 @@
home.username = "alex";
home.homeDirectory = "/home/alex";
home.packages = [ pkgs.vim ];
home.packages = [
pkgs.vim
pkgs.p7zip
];
home.stateVersion = "24.05";
};