diff options
| author | Seth Flynn <[email protected]> | 2025-02-13 18:36:37 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-13 22:09:11 -0500 |
| commit | 3b4a9dc47ad660cd4d99bd66aed336abad5185b5 (patch) | |
| tree | 3701644cfa281617270beda3be0ec060eb0a16e3 /modules/shared/default.nix | |
| parent | 33ae55904b0054a5c8dea064ed6114df588f5e17 (diff) | |
modules/home-manager: make it a mixin
Diffstat (limited to 'modules/shared/default.nix')
| -rw-r--r-- | modules/shared/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared/default.nix b/modules/shared/default.nix index c0f8e18..3b105df 100644 --- a/modules/shared/default.nix +++ b/modules/shared/default.nix @@ -1,6 +1,7 @@ { imports = [ ./defaults + ./mixins ./traits ]; } |
