1

restructure folders

This commit is contained in:
2022-08-11 14:20:08 +02:00
parent a957ebf480
commit e903b048e9
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ in rec {
# Import the host-specific user-config
./${hostname}
../../modules
../modules
# inputs.nixvim.homeManagerModules.nixvim
];

View File

@ -4,7 +4,7 @@
rec {
imports = [
../../../modules
../../modules
];
modules = {

View File

@ -4,7 +4,7 @@
rec {
imports = [
../../../modules
../../modules
];
modules = {

View File

@ -18,7 +18,7 @@ in {
{ nixpkgs.pkgs = pkgs; }
# Main config file for all configs/hosts
../nixos
../system
]
extraModules