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