nixos-config/home/develop/nix.nix
2024-02-07 19:05:44 +01:00

6 lines
75 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
nil
alejandra
];
}