refactor: centralize host and user metadata
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager."kiri-workstation" = {
|
||||
imports = [
|
||||
homeModules.nix
|
||||
homeModules.bitwarden
|
||||
homeModules.email
|
||||
homeModules.pim
|
||||
homeModules.mpv
|
||||
homeModules.niri
|
||||
homeModules.clipboard
|
||||
homeModules."local-apps"
|
||||
homeModules."qbittorrent-client"
|
||||
homeModules.vicinae
|
||||
homeModules.xdg
|
||||
homeModules.theme
|
||||
homeModules.noctalia
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user