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";
|
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";
|
||||||
|
|
Loading…
Reference in a new issue