8 lines
123 B
Nix
8 lines
123 B
Nix
{ pkgs, ... }: {
|
|
home-manager.users.adrielus.home.packages = with pkgs; [
|
|
nixfmt
|
|
niv
|
|
cached-nix-shell
|
|
];
|
|
}
|