programming: move from profiles to modules
This commit is contained in:
parent
7619efa202
commit
acab26156e
10 changed files with 0 additions and 11 deletions
6
modules/global/programming/nim.nix
Normal file
6
modules/global/programming/nim.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nim
|
||||
nimlsp
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue