diff --git a/home.nix b/home.nix index 1292193..5cb3e1e 100644 --- a/home.nix +++ b/home.nix @@ -17,7 +17,7 @@ VISUAL = "$EDITOR"; }; packages = with pkgs; [ - ( python310.withPackages (ps: with ps; [ pip flake8 black ]) ) + # ( python310.withPackages (ps: with ps; [ pip flake8 black ]) ) jdk17 any-nix-shell aspell @@ -63,7 +63,6 @@ openssl pandoc patchelf - pijul prettyping rclone readline @@ -340,14 +339,6 @@ }; }; - # pijul config - xdg.configFile."pijul/config.toml".text = lib.mkAfter '' - [author] - name = "softinio" - full_name = "Salar Rahmanian" - email = "code@softinio.com" - ''; - # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://git.softinio.com/nvim-config.git";