this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add nixd / nixfmt-rfc-style

dusk 5b8fc827 4f5af924

+2 -3
+1 -2
modules/develop/editor/default.nix
··· 1 1 {pkgs, ...}: { 2 2 imports = [./helix.nix]; 3 - environment.systemPackages = with pkgs; [alejandra treefmt]; 4 - environment.shellAliases = {nixf-all = "alejandra **/**.nix";}; 3 + environment.systemPackages = with pkgs; [treefmt nixd nixfmt-rfc-style]; 5 4 }
+1 -1
shells/default.nix
··· 19 19 in { 20 20 default = mkNakedShell { 21 21 name = "prts"; 22 - packages = (with pkgs; [git git-crypt alejandra rage]) ++ [agenix-wrapped]; 22 + packages = (with pkgs; [git nixfmt-rfc-style treefmt rage]) ++ [agenix-wrapped]; 23 23 shellHook = '' 24 24 echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\" 25 25 '';