moved home manager modules
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
flake.homeModules.base = { pkgs, ... }:
|
||||
flake.modules.homeManager.base = { pkgs, ... }:
|
||||
{
|
||||
imports = with inputs.self.homeModules; [
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
rebuild
|
||||
git
|
||||
shell-tools
|
||||
|
||||
Reference in New Issue
Block a user