home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit d46f45222135911da8a8cc8ce05821d2a5c3b00e
parent b4d7e1570acad7dd3b10944bc4b0a5712a088c32
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 11 Apr 2022 10:18:40 +0200

dev: add sops, difftastic, …

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/dev.nix | 1+
Musers/vincent/dev/default.nix | 5+++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/systems/modules/profiles/dev.nix b/systems/modules/profiles/dev.nix @@ -19,6 +19,7 @@ in grc ripgrep gnumake + sops ]; }; } diff --git a/users/vincent/dev/default.nix b/users/vincent/dev/default.nix @@ -16,14 +16,15 @@ home.packages = with pkgs; [ binutils cmake + difftastic fswatch gnumake - jq - yq-go gron + jq moreutils shfmt vale + yq-go ]; home.file.".ignore".text = ''