6 lines
63 B
Nix
Executable file
6 lines
63 B
Nix
Executable file
{ pkgs, ...}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
full
|
|
];
|
|
}
|