mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
13 lines
128 B
Nix
13 lines
128 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
# imports = [../common.nix];
|
|
|
|
home.packages = with pkgs; [
|
|
];
|
|
}
|