✨ Moved modeules into shared
This commit is contained in:
11
shared/modules/development/nix.nix
Normal file
11
shared/modules/development/nix.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Language servers
|
||||
nixd
|
||||
nil
|
||||
# Formatters
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user