remove pijul and comment out python
This commit is contained in:
parent
c70d6cbe79
commit
f34346c313
1 changed files with 1 additions and 10 deletions
11
home.nix
11
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";
|
||||
|
|
Loading…
Reference in a new issue