diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-14 19:24:04 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-14 19:24:04 +0100 |
| commit | bfb77d77538e6349eb674ea0000beaa8068dd72a (patch) | |
| tree | 014af924076bb632b60a04c7149912c286297642 /nixos | |
| parent | c696bfb2e64abcacf7352dfcf83bbf2905cdd21f (diff) | |
feat(workstation): add nixfmt
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/profiles/workstation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
