remove pijul and comment out python

This commit is contained in:
Salar Rahmanian 2023-09-23 10:11:48 -07:00
parent c70d6cbe79
commit f34346c313

View file

@ -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";