From 0f8a8ffcca6ab7cc32b00ab123cc61ab3d4d91c4 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 20 Feb 2023 17:11:22 +0100 Subject: [PATCH] odin: Enable PyCharm module --- hm_modules/{development => }/pycharm.nix | 2 +- odin/hm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename hm_modules/{development => }/pycharm.nix (74%) diff --git a/hm_modules/development/pycharm.nix b/hm_modules/pycharm.nix similarity index 74% rename from hm_modules/development/pycharm.nix rename to hm_modules/pycharm.nix index d28e580..a40c44b 100644 --- a/hm_modules/development/pycharm.nix +++ b/hm_modules/pycharm.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - home.packages = { + home.packages = builtins.attrValues { inherit (pkgs) python3; inherit (pkgs.jetbrains) pycharm-professional; # pypy3 diff --git a/odin/hm.nix b/odin/hm.nix index ec0ae78..dbb1bbf 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -102,7 +102,7 @@ ../hm_modules/picom.nix ../hm_modules/polybar.nix # ../hm_modules/pro_audio.nix - # ../hm_modules/pycharm.nix + ../hm_modules/pycharm.nix ../hm_modules/research.nix ../hm_modules/rofi.nix # ../hm_modules/screen_locker.nix