modules: home: put into folder
This commit is contained in:
parent
f09ba6b5be
commit
c88fa91671
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware
|
./hardware
|
||||||
./home.nix
|
./home
|
||||||
./programs
|
./programs
|
||||||
./services
|
./services
|
||||||
./system
|
./system
|
||||||
|
|
|
@ -14,7 +14,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home-manager = {
|
home-manager = {
|
||||||
# Not a fan of out-of-directory imports, but this is a good exception
|
# Not a fan of out-of-directory imports, but this is a good exception
|
||||||
users.${config.my.user.name} = import ../home;
|
users.${config.my.user.name} = import ../../home;
|
||||||
|
|
||||||
# Nix Flakes compatibility
|
# Nix Flakes compatibility
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
Loading…
Reference in a new issue