add pycharm

This commit is contained in:
Andreas Zweili 2021-12-22 10:39:43 +01:00
parent efcdffd7b7
commit f4189b25c7
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./common/git/git.nix
./obsidian.nix
./work-desktop.nix
./software/pycharm
];
home.packages = with pkgs; [
appimage-run

View File

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jetbrains.pycharm-community
];
}