Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
10
hm_modules/development/nix.nix
Normal file
10
hm_modules/development/nix.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, config, lib, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
nixpkgs-fmt
|
||||
nix-prefetch-scripts
|
||||
nix-review
|
||||
nix-tree
|
||||
] ++ lib.optionals config.programs.helix.enable [
|
||||
nil
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue