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"; VISUAL = "$EDITOR";
}; };
packages = with pkgs; [ packages = with pkgs; [
( python310.withPackages (ps: with ps; [ pip flake8 black ]) ) # ( python310.withPackages (ps: with ps; [ pip flake8 black ]) )
jdk17 jdk17
any-nix-shell any-nix-shell
aspell aspell
@ -63,7 +63,6 @@
openssl openssl
pandoc pandoc
patchelf patchelf
pijul
prettyping prettyping
rclone rclone
readline 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 # Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit { xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://git.softinio.com/nvim-config.git"; url = "https://git.softinio.com/nvim-config.git";