reorganize ./modules

This commit is contained in:
2023-08-02 22:04:22 +02:00
parent 7536cd5097
commit ed9000aabe
9 changed files with 54 additions and 97 deletions

6
modules/packages.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
git
tree
];
}