Move common nix code one level up.
This commit is contained in:
7
common/global/packages.nix
Normal file
7
common/global/packages.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs_20
|
||||
vim
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user