This commit is contained in:
2025-03-01 22:05:21 +03:00
committed by Sweetbread
parent 510e179b78
commit dee91dd001
5 changed files with 69 additions and 46 deletions

View File

@ -1,7 +1,11 @@
{ pkgs, pkgs-stable, ... }: {
disabledModules = [ ../../modules/user/packages/coding.nix ];
home.packages = [
pkgs.nautilus
home.packages = with pkgs; [
nautilus
burpsuite
exiftool
prismlauncher
python3
pkgs-stable.jetbrains.pycharm-community
];
}