mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-31 17:43:44 -05:00
8 lines
123 B
Nix
8 lines
123 B
Nix
|
{pkgs, ...}: {
|
||
|
home = {
|
||
|
packages = with pkgs; [
|
||
|
nixfmt-rfc-style
|
||
|
nil
|
||
|
];
|
||
|
}
|
||
|
}
|