reorganize ./modules
This commit is contained in:
6
modules/packages.nix
Normal file
6
modules/packages.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
tree
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user