mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
reorganization into flat profile-based modules
This commit is contained in:
parent
1bc8c22feb
commit
127227205d
15 changed files with 660 additions and 696 deletions
|
|
@ -5,27 +5,18 @@
|
|||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.dotfiles.dev;
|
||||
in
|
||||
{
|
||||
options.dotfiles.dev = {
|
||||
enable = lib.mkEnableOption "Development tools and language servers";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
gnumake
|
||||
clang-tools
|
||||
lldb
|
||||
python3
|
||||
uv
|
||||
ruff
|
||||
ty
|
||||
nil
|
||||
nixd
|
||||
nixfmt
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
gnumake
|
||||
clang-tools
|
||||
lldb
|
||||
python3
|
||||
uv
|
||||
ruff
|
||||
ty
|
||||
nil
|
||||
nixd
|
||||
nixfmt
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue