refactor: extract shared user-base home-manager module
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.userBase = {
|
||||
imports = with homeModules; [
|
||||
terminal
|
||||
shell
|
||||
neovim
|
||||
sshClient
|
||||
sopsAdmin
|
||||
git
|
||||
devTools
|
||||
podman
|
||||
gemini
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user