marleyos/home/languages/nix.nix

8 lines
84 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
home.packages = with pkgs; [
nixfmt-rfc-style
nil
];
}