reorg
This commit is contained in:
10
modules/programs/base.nix
Normal file
10
modules/programs/base.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
flake.modules.homeManager.base = { pkgs, ... }:
|
||||
{
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
git
|
||||
shell-tools
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user