From 5400199c922c3908c3282348b75c2bb1146d923a Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 23 May 2024 06:01:57 -0400 Subject: simplify flake module --- users/default.nix | 6 ++++-- users/seth/base/standalone.nix | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'users') diff --git a/users/default.nix b/users/default.nix index 32bb9dc..7618f9c 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,5 +1,7 @@ { - homeConfigurations = { - seth = {}; + configurations.home = { + seth = { + modules = [./seth/home.nix]; + }; }; } diff --git a/users/seth/base/standalone.nix b/users/seth/base/standalone.nix index 941d0a7..ce8863c 100644 --- a/users/seth/base/standalone.nix +++ b/users/seth/base/standalone.nix @@ -12,6 +12,9 @@ in { }; config = lib.mkIf enable { + _module.args.osConfig = {}; + programs.home-manager.enable = true; + home = { username = "seth"; homeDirectory = -- cgit v1.2.3