odin: Enable PyCharm module
This commit is contained in:
parent
b71a6defed
commit
0f8a8ffcca
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = {
|
home.packages = builtins.attrValues {
|
||||||
inherit (pkgs) python3;
|
inherit (pkgs) python3;
|
||||||
inherit (pkgs.jetbrains) pycharm-professional;
|
inherit (pkgs.jetbrains) pycharm-professional;
|
||||||
# pypy3
|
# pypy3
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
../hm_modules/picom.nix
|
../hm_modules/picom.nix
|
||||||
../hm_modules/polybar.nix
|
../hm_modules/polybar.nix
|
||||||
# ../hm_modules/pro_audio.nix
|
# ../hm_modules/pro_audio.nix
|
||||||
# ../hm_modules/pycharm.nix
|
../hm_modules/pycharm.nix
|
||||||
../hm_modules/research.nix
|
../hm_modules/research.nix
|
||||||
../hm_modules/rofi.nix
|
../hm_modules/rofi.nix
|
||||||
# ../hm_modules/screen_locker.nix
|
# ../hm_modules/screen_locker.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue