diff --git a/modules/software.nix b/modules/software.nix index 2bac0e4..483f092 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -37,10 +37,8 @@ podman-compose shellcheck shfmt - android-studio gnumake - nodePackages.pyright - black + gitAndTools.pre-commit # Rice adapta-gtk-theme paper-icon-theme @@ -75,6 +73,10 @@ zip unzip unrar + # Programming tools + ## Python + nodePackages.pyright + black ]; # Fonts declaration @@ -83,6 +85,7 @@ google-fonts emacs-all-the-icons-fonts terminus-nerdfont + iosevka-bin ]; };