Add pkgs
This commit is contained in:
@ -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
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user