diff options
| author | seth <[email protected]> | 2024-05-23 06:01:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-23 04:14:04 -0600 |
| commit | 5400199c922c3908c3282348b75c2bb1146d923a (patch) | |
| tree | 0ec889d08e2691733df13ba8b66154c503566d2b /users/seth/base/standalone.nix | |
| parent | 573c04045c247791523062205dcc76b5cf69066c (diff) | |
simplify flake module
Diffstat (limited to 'users/seth/base/standalone.nix')
| -rw-r--r-- | users/seth/base/standalone.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = |
