From bfb77d77538e6349eb674ea0000beaa8068dd72a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 14 Dec 2025 19:24:04 +0100 Subject: feat(workstation): add nixfmt --- nixos/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 4247d12..d0323f8 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -41,6 +41,7 @@ in npins (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) (callPackage sources.my-vdf {}) + nixfmt-rfc-style vim-full skim -- cgit v1.3.1