mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-12-23 08:28:06 +01:00
Move git-crypt to system packages
This commit is contained in:
parent
a0c716dbdd
commit
9ebecb6b49
2 changed files with 1 additions and 1 deletions
|
@ -275,6 +275,7 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
git-crypt
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -85,7 +85,6 @@
|
||||||
# p7zip
|
# p7zip
|
||||||
|
|
||||||
# utils
|
# utils
|
||||||
git-crypt
|
|
||||||
appimage-run
|
appimage-run
|
||||||
kate
|
kate
|
||||||
ncdu
|
ncdu
|
||||||
|
|
Loading…
Reference in a new issue