mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 15:43:03 -04:00
9 lines
79 B
Nix
9 lines
79 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
];
|
|
}
|