Refactor package management into modular Nix configuration
This commit is contained in:
13
modules/core/packages/development.nix
Normal file
13
modules/core/packages/development.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Language servers & formatters
|
||||
nixd
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
# Editors & IDEs
|
||||
zed-editor
|
||||
# Learning & practice
|
||||
exercism
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user