mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
16 lines
169 B
Nix
16 lines
169 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [../common.nix];
|
|
|
|
home.packages = with pkgs; [
|
|
# clang_17
|
|
# clang-tools
|
|
just
|
|
];
|
|
}
|