From 455d924ab0062f06126930142c73b3b4b878b324 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 16 Dec 2024 11:38:18 +0100 Subject: [PATCH] chore: add pre-commit and vim --- SwarselSystems.org | 4 ++++ profiles/common/nixos/packages.nix | 3 +++ profiles/server/nixos/packages.nix | 1 + 3 files changed, 8 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index e5738ea..175e9e6 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -3561,6 +3561,9 @@ Mostly used to install some compilers and lsp's that I want to have available wh # nix package database nix-index + # commit hooks + pre-commit + # proc info acpi @@ -5124,6 +5127,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in ssh-to-age git emacs + vim ]; } #+end_src diff --git a/profiles/common/nixos/packages.nix b/profiles/common/nixos/packages.nix index 127eebd..fc85fb9 100644 --- a/profiles/common/nixos/packages.nix +++ b/profiles/common/nixos/packages.nix @@ -29,6 +29,9 @@ # nix package database nix-index + # commit hooks + pre-commit + # proc info acpi diff --git a/profiles/server/nixos/packages.nix b/profiles/server/nixos/packages.nix index 5d3d744..108a727 100644 --- a/profiles/server/nixos/packages.nix +++ b/profiles/server/nixos/packages.nix @@ -6,5 +6,6 @@ ssh-to-age git emacs + vim ]; }