mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
9 lines
139 B
Nix
9 lines
139 B
Nix
{ config, pkgs, ... }: {
|
|
|
|
home-manager.users.${config.user}.home.packages = with pkgs;
|
|
[
|
|
nixfmt # Nix file formatter
|
|
];
|
|
|
|
}
|